pgsql: Remove redundant DEF_PGPORT handling

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove redundant DEF_PGPORT handling
Date: 2011-06-27 12:47:09
Message-ID: E1QbBDZ-0004Id-90@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-06-27 14:31:49 pgsql: Avoid having two copies of the HOT-chain search logic.
Previous Message Peter Eisentraut 2011-06-26 21:59:38 pgsql: Add missing file to GETTEXT_FILES