pgsql: pg_upgrade: shut down server after auth failure

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: shut down server after auth failure
Date: 2013-08-16 15:09:17
Message-ID: E1VALeP-0001R1-8p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: shut down server after auth failure

Register atexit() server shutdown if pg_ctl successfully started the
server, but we can't connect to it.

Backpatch to 9.3.

Pavel Raiskup

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
contrib/pg_upgrade/server.c | 34 +++++++++++++++++++++++++++++-----
1 file changed, 29 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-08-16 15:40:45 Re: pgsql: pg_upgrade: shut down server after auth failure
Previous Message Heikki Linnakangas 2013-08-16 13:26:50 pgsql: Fix typo in comment.