Simplify passing of configure arguments to pg_config

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Simplify passing of configure arguments to pg_config
Дата
Msg-id 6e457870-cef5-5f1d-b57c-fc89cfb8a788@2ndquadrant.com
обсуждение исходный текст
Ответы Re: Simplify passing of configure arguments to pg_config  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Currently, configure puts the configure args into the makefiles and
then have the makefiles pass them to the build of pg_config.  That looks 
like an unnecessary redirection, and indeed that method 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.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: Bogus EXPLAIN results with column aliases for mismatched partitions
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Failure in TAP tests of pg_ctl on Windows with parallel instanceset