Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf/4573~1
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf/4573
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 7, 2024

  1. Improve pg_ctl postmaster process check on Windows

    Currently pg_ctl on Windows does not verify that it actually executed
    a postmaster process due to lack of process ID knowledge. This can
    lead to false positives in cases where another pg_ctl instance starts
    a different server simultaneously.
    This patch adds the capability to identify the process ID of the
    launched postmaster on Windows, similar to other OS versions, ensuring
    more reliable detection of concurrent server startups.
    horiguti authored and Commitfest Bot committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0b0c9de View commit details
    Browse the repository at this point in the history
  2. Remove short sleep from 001_start_stop.pl

    Previous commits ensures reliable detection whether the postmaster has really
    started or not, so the short sleep in a test is not needed anymore. It was
    originally introduced by 6bcce25.
    horiguti authored and Commitfest Bot committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4751505 View commit details
    Browse the repository at this point in the history
  3. [CF 50/4573] v6 - pg_ctl start may return 0 even if the postmaster ha…

    …s been already started on Windows
    
    This commit was automatically generated by a robot at cfbot.cputube.org.
    It is based on patches submitted to the PostgreSQL mailing lists and
    registered in the PostgreSQL Commitfest application.
    
    This branch will be overwritten each time a new patch version is posted to
    the email thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    Commitfest entry: https://commitfest.postgresql.org/50/4573
    Patch(es): https://www.postgresql.org/message-id/20240111.173322.1809044112677090191.horikyota.ntt@gmail.com
    Author(s): Kyotaro Horiguchi
    Commitfest Bot committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e17fa2c View commit details
    Browse the repository at this point in the history
Loading