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(-)
pgsql-committers by date
| Next: | From: Heikki Linnakangas | Date: 2011-05-19 02:50:02 |
| Subject: pgsql: Replace strdup() with pstrdup(), to avoid leaking memory. |
| Previous: | From: Bruce Momjian | Date: 2011-05-18 22:37:26 |
| Subject: pgsql: Improve pg_upgrade error reporting if the bin or datadirectorie |