pgsql: pg_upgrade: call 'postgres' binary to get data directory locati

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: call 'postgres' binary to get data directory locati
Date: 2015-04-01 22:25:51
Message-ID: E1YdR55-0000ia-HD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: call 'postgres' binary to get data directory location

This matches the binary 'pg_ctl' calls. Previously we called the
'postmaster'.

Report by Christoph Berg

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a0efc714531d3dfd02fafd39e80d058cef6703b0

Modified Files
--------------
contrib/pg_upgrade/option.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-04-01 23:10:02 pgsql: psql: fix \connect with URIs and conninfo strings
Previous Message Tom Lane 2015-04-01 21:11:27 pgsql: Provide real selectivity estimators for inet/cidr operators.