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/5713~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/5713
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Apr 29, 2025

  1. Give up on running with NetBSD/OpenBSD's default semaphore settings.

    This reverts commit 38da053, which
    attempted to preserve our ability to start with only 60 semaphores.
    
    Subsequent changes (particularly 55b454d) have put that idea pretty
    much permanently out of reach: people wishing to use Postgres v18 on
    OpenBSD or NetBSD will have no choice but to increase those platforms'
    default values of SEMMNI and SEMMNS.
    
    Hence, revert 38da053's changes in SEMAS_PER_SET and the minimum
    tested value of max_connections.  Adjust a comment from the subsequent
    patch 6d01541, and tweak the wording in runtime.sgml to make it
    clear that changing SEMMNI/SEMMNS is no longer even a little bit
    optional on these platforms.
    
    Although 38da053 was later back-patched into v17, leave that branch
    alone: it's still capable of starting with 60 semaphores, and there's
    no reason to break that.
    
    Author: Tom Lane <[email protected]>
    Reviewed-by: Nathan Bossart <[email protected]>
    Discussion: https://postgr.es/m/[email protected]
    Discussion: https://postgr.es/m/[email protected]
    tglsfdc committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    810a8b1 View commit details
    Browse the repository at this point in the history
Loading