Re: config option --with-pgport does not update postgresql.conf - Mailing list pgsql-bugs

From Tom Lane
Subject Re: config option --with-pgport does not update postgresql.conf
Date
Msg-id 22715.1104180061@sss.pgh.pa.us
Whole thread Raw
In response to config option --with-pgport does not update postgresql.conf  ("Josh Berkus" <josh@agliodbs.com>)
List pgsql-bugs
"Josh Berkus" <josh@agliodbs.com> writes:
> On a lark, I tried compiling RC1 using --with-pgport=5480, since I'm
> still using 7.4 on this machine as well.   Once I finished INITDB,
> though, the generated postgresql.conf file still had:
> #port = 5432

Well, this isn't the only place where postgresql.conf may lie about the
actual default ... but it seems to be the only place where we don't
warn you about it.  I added code to initdb to replace this by the
correct compiled-in default.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Josh Berkus"
Date:
Subject: config option --with-pgport does not update postgresql.conf
Next
From: Sankaranarayanan K V
Date:
Subject: Table name length: differences b/w 7.2.2 and 8.0.0-RC2 ?