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/6153~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/6153
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 27, 2025

  1. Remove the validation from the GUC check hook and add parsing check

    The validation in check_synchronized_standby_slots cannot be run
    in postmaster and hence can result inconsistent values in some
    backends that inherit the value from postmaster and those
    that are started newly. Also, this validation results in parallel
    workers fail to with error. This causes all the commands run by
    parallel workers to fail, which seems unnecesary. This validation
    already happens in StandbySlotsHaveCaughtup() where this GUC is
    used, so it can be removed from the GUC check. Also added a
    parsing check for the slot names specified in this GUC.
    skkyal authored and Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    e380331 View commit details
    Browse the repository at this point in the history
  2. [CF 6153] issue with synchronized_standby_slots

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/6153
    
    The branch will be overwritten each time a new patch version is posted to
    the thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    Patch(es): https://www.postgresql.org/message-id/CANhcyEU+UwhUUow=vNXu=XAk=Z0i5ou9tChRFtoNmVn=1JBR7g@mail.gmail.com
    Author(s): Shlok Kyal
    Commitfest Bot committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    9fb9034 View commit details
    Browse the repository at this point in the history
Loading