pgsql: Remove redundant DEF_PGPORT handling - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove redundant DEF_PGPORT handling
Date
Msg-id E1QbBDZ-0004Id-90@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add some strings that were not marked for translation
Next
From: Robert Haas
Date:
Subject: pgsql: Avoid having two copies of the HOT-chain search logic.