pgsql: Remove redundant DEF_PGPORT handling

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove redundant DEF_PGPORT handling
Дата
Msg-id E1QbBDZ-0004Id-90@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove redundant DEF_PGPORT handling

DEF_PGPORT already comes in from pg_config.h, so we don't need to pass
it in again with a -D option.  Apparently a leftover from the shell
script conversion.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4635d3c527916555773a6eb128fb4a410d585d9d

Modified Files
--------------
src/bin/pg_ctl/Makefile |    6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add some strings that were not marked for translation
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Avoid having two copies of the HOT-chain search logic.