pgsql: Remove last NULL element in config_group_names[]

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove last NULL element in config_group_names[]
Date: 2024-02-28 03:52:03
Message-ID: E1rfAzD-001A2J-0E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove last NULL element in config_group_names[]

This has not been needed since 9d77708d83ee where there was a loop to
print all the possible GUC groups, relying on the last element to be
NULL.

Author: Japin Li
Reviewed-By: Jelte Fennema-Nio
Discussion: https://postgr.es/m/CAGECzQT3caUbcCcszNewCCmMbCuyP7XNAm60J3ybd6PN5kH2Dw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/48920476b490544a3ee137da714424cd354bc2b6

Modified Files
--------------
src/backend/utils/misc/guc_tables.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-02-28 08:42:50 pgsql: Rename SLRU elements in view pg_stat_slru
Previous Message David Rowley 2024-02-28 01:21:19 pgsql: Refactor AllocSetAlloc(), separating hot and cold paths