pgsql: Sort InternalBGWorkers list alphabetically - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Sort InternalBGWorkers list alphabetically
Date
Msg-id E1w6pDV-001zTx-2K@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Make cast functions from jsonb error safe
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix multiple bugs in astreamer pipeline code.