]> granicus.if.org Git - postgresql/commit
Add missing logic to handle fixing permissions on an already-existing
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Nov 2003 17:19:35 +0000 (17:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Nov 2003 17:19:35 +0000 (17:19 +0000)
commit0104fc11b98ae38fd226215fa2875389c91fd6ab
treee62aac98bae55fa2ce600963035124a142e663e1
parentc38ff52693b3b74e54fa576022949d23ed6332bf
Add missing logic to handle fixing permissions on an already-existing
data directory.  Also fix handling of error conditions associated with
data directory checking step (can't use a boolean to distinguish four
possible result states...)
src/bin/initdb/initdb.c