pgsql: Sort InternalBGWorkers list alphabetically

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Sort InternalBGWorkers list alphabetically
Date: 2026-03-29 12:26:10
Message-ID: E1w6pDV-001zTx-2K@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Sort InternalBGWorkers list alphabetically

This simplifies deciding where to add a new one.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0841b219bf0b2413e61cd1526781bedfdb50f458

Modified Files
--------------
src/backend/postmaster/bgworker.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2026-03-29 13:15:48 pgsql: Fix multiple bugs in astreamer pipeline code.
Previous Message Peter Eisentraut 2026-03-28 14:57:34 pgsql: Make cast functions from jsonb error safe