| From: | John Naylor <john(dot)naylor(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Preparatory refactoring for compiling guc-file.c standalone |
| Date: | 2022-09-04 03:16:19 |
| Message-ID: | E1oUg7P-001LoK-3y@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John Naylor | 2022-09-04 03:48:23 | pgsql: Move private declarations shared between guc.c and guc-file.l to |
| Previous Message | John Naylor | 2022-09-04 02:32:19 | pgsql: Fix sign-compare warnings arising from port/simd.h |