pgsql: postmaster: Make btmask_add() variadic

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: postmaster: Make btmask_add() variadic
Date: 2025-01-10 16:44:53
Message-ID: E1tWI7x-000r67-Lm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

postmaster: Make btmask_add() variadic

Suggested-by: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Discussion: https://postgr.es/m/d2cd8fd3-396a-4390-8f0b-74be65e72899@iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e84712c73820839abfaa29c20cee0d3cabbf8f1c

Modified Files
--------------
src/backend/postmaster/postmaster.c | 54 +++++++++++++++++++++++--------------
1 file changed, 34 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-01-10 19:18:30 pgsql: Use a non-locking initial test in TAS_SPIN on AArch64.
Previous Message Álvaro Herrera 2025-01-10 12:14:58 pgsql: Adjust signature of cluster_rel() and its subroutines