pgsql: Preparatory refactoring for compiling guc-file.c standalone - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Preparatory refactoring for compiling guc-file.c standalone
Date
Msg-id E1oUg7P-001LoK-3y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Preparatory refactoring for compiling guc-file.c standalone

Mostly this involves moving ProcessConfigFileInternal() to guc.c
and fixing the shared API to match.

Reviewed by Andres Freund
Discussion: https://www.postgresql.org/message-id/20220810171935.7k5zgnjwqzalzmtm%40awork3.anarazel.de
Discussion: https://www.postgresql.org/message-id/CAFBsxsF8Gc2StS3haXofshHCzqNMRXiSxvQEYGwnFsTmsdwNeg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1b188ea7921a7d4f6cc569541e32c980d2221f9d

Modified Files
--------------
src/backend/utils/misc/guc-file.l | 360 +-------------------------------------
src/backend/utils/misc/guc.c      | 360 +++++++++++++++++++++++++++++++++++++-
src/include/utils/guc.h           |   9 +
3 files changed, 364 insertions(+), 365 deletions(-)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Fix sign-compare warnings arising from port/simd.h
Next
From: John Naylor
Date:
Subject: pgsql: Move private declarations shared between guc.c and guc-file.l to