pgsql: Formatting cleanup of guc_tables.c

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Formatting cleanup of guc_tables.c
Date: 2025-08-25 07:14:56
Message-ID: E1uqRPr-001Yn5-2C@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Formatting cleanup of guc_tables.c

This cleans up a few minor formatting inconsistencies.

Reviewed-by: John Naylor <johncnaylorls(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/dae6fe89-1e0c-4c3f-8d92-19d23374fb10%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/878656dbde0d2fd4b85a8c63566e2a9f0d0f4952

Modified Files
--------------
src/backend/utils/misc/guc_tables.c | 238 +++++++++++++++++++++++-------------
1 file changed, 155 insertions(+), 83 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-08-25 16:08:41 pgsql: Use PqMsg_* macros in fe-protocol3.c.
Previous Message Noah Misch 2025-08-23 23:47:48 pgsql: Rewrite previous commit's test for TestUpgradeXversion compatibi