pgsql: In pg_upgrade, clean up handling of invalid directory specificat

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, clean up handling of invalid directory specificat
Date: 2011-05-19 02:23:10
Message-ID: E1QMstK-0002HK-Uq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_upgrade, clean up handling of invalid directory specification by
checking the stat() errno value more strictly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1f35944607f1ede7dbb1dc3283d955b96f04ea5e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-05-19 02:50:02 pgsql: Replace strdup() with pstrdup(), to avoid leaking memory.
Previous Message Bruce Momjian 2011-05-18 22:37:26 pgsql: Improve pg_upgrade error reporting if the bin or data directorie