pgsql: Remove redundant DEF_PGPORT handling

Started by Peter Eisentrautabout 15 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)