pgsql: Don't define FRONTEND for initdb

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Don't define FRONTEND for initdb
Дата
Msg-id E1oQKnb-000mvY-49@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't define FRONTEND for initdb

No headers requiring FRONTED to be defined are included as of af1a949109d.

Since this is the last user of (contrib|frontend)_defines in Mkvcbuild.pm,
remove them.

Discussion: https://postgr.es/m/20220820194550.725755r6fj2ro3rx@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/06e3559bade1da89feb1a53d517c991fb4f15272

Modified Files
--------------
src/bin/initdb/Makefile     |  2 +-
src/tools/msvc/Mkvcbuild.pm | 26 ++++++++------------------
2 files changed, 9 insertions(+), 19 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove redundant call to pgstat_report_wal()
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Add CHECK_FOR_INTERRUPTS while decoding changes.