Обсуждение: pgsql: Preparatory refactoring for compiling guc-file.c standalone

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

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

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