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

Поиск
Список
Период
Сортировка
От John Naylor
Тема pgsql: Preparatory refactoring for compiling guc-file.c standalone
Дата
Msg-id E1oUg7P-001LoK-3y@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: John Naylor
Дата:
Сообщение: pgsql: Fix sign-compare warnings arising from port/simd.h
Следующее
От: John Naylor
Дата:
Сообщение: pgsql: Move private declarations shared between guc.c and guc-file.l to