Обсуждение: pgsql: Move private declarations shared between guc.c and guc-file.l to

Поиск
Список
Период
Сортировка

pgsql: Move private declarations shared between guc.c and guc-file.l to

От
John Naylor
Дата:
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(-)