pgsql: Simplify passing of configure arguments to pg_config
В списке pgsql-committers по дате отправления:
| От | Peter Eisentraut |
|---|---|
| Тема | pgsql: Simplify passing of configure arguments to pg_config |
| Дата | |
| Msg-id | E1j1DlL-0001pJ-Ft@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Simplify passing of configure arguments to pg_config The previous system had configure put the value into the makefiles and then have the makefiles pass them to the build of pg_config. That was put in place when pg_config was a shell script. We can simplify that by having configure put the value into pg_config.h directly. This also makes the standard build system match how the MSVC build system already does it. Discussion: https://www.postgresql.org/message-id/flat/6e457870-cef5-5f1d-b57c-fc89cfb8a788%402ndquadrant.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/b691c189c671ca9b88743ed6546b60641e5199e4 Modified Files -------------- configure | 6 ++++-- configure.in | 2 +- src/Makefile.global.in | 3 --- src/common/Makefile | 1 - src/common/config_info.c | 6 +----- src/include/pg_config.h.in | 3 +++ src/tools/msvc/Solution.pm | 7 +------ 7 files changed, 10 insertions(+), 18 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера