pgsql: Prevent pg_upgrade from crashing if it can't write to the curren

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent pg_upgrade from crashing if it can't write to the curren
Date: 2012-08-10 21:15:04
Message-ID: E1SzwXw-0001XX-Oa@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Prevent pg_upgrade from crashing if it can't write to the current
directory.

Backpatch to 9.2.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/85642ec00b5e0c58d2504b10c079693b8fb28cc5

Modified Files
--------------
contrib/pg_upgrade/util.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-08-10 21:27:37 pgsql: Support having multiple Unix-domain sockets per postmaster.
Previous Message Bruce Momjian 2012-08-10 20:46:33 pgsql: Adjust pgtest coding to be less complex.