]> granicus.if.org Git - postgresql/commit
Fix initdb to not generate misleading error messages when postgres.bki
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 31 Jan 2007 18:52:49 +0000 (18:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 31 Jan 2007 18:52:49 +0000 (18:52 +0000)
commit068bf6534f698e0b235ae362db7c68d438979e07
tree7b4e24217b4a694bd39856698581c6a20f88bc30
parent61f621b506a7cd29eb1b042a8510b709791034d0
Fix initdb to not generate misleading error messages when postgres.bki
or other share-directory files are inaccessible for some reason other
than not existing.  Inspired by trouble report from Simon Kinsella.
src/bin/initdb/initdb.c