| From: | John Naylor <john(dot)naylor(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Move private declarations shared between guc.c and guc-file.l to |
| Date: | 2022-09-04 03:48:23 |
| Message-ID: | E1oUgcR-001M7Q-7d@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Move private declarations shared between guc.c and guc-file.l to new header
Further preparatory refactoring for compiling guc-file.c standalone.
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/80e8450a744b1f6fa75663f37f1db3388995dc67
Modified Files
--------------
src/backend/utils/misc/guc-file.l | 2 +-
src/backend/utils/misc/guc.c | 1 +
src/backend/utils/misc/guc_internal.h | 26 ++++++++++++++++++++++++++
src/include/utils/guc.h | 10 ----------
4 files changed, 28 insertions(+), 11 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John Naylor | 2022-09-04 05:11:42 | pgsql: Build all Flex files standalone |
| Previous Message | John Naylor | 2022-09-04 03:16:19 | pgsql: Preparatory refactoring for compiling guc-file.c standalone |