]> granicus.if.org Git - postgresql/commit
Remove initdb's rather gratuitous check to see if the backend created a
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Sep 2009 01:40:11 +0000 (01:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Sep 2009 01:40:11 +0000 (01:40 +0000)
commitb02c32e11b187f2e2ccddd60a702674dec884b4f
treee5227d716dc111c41ccb023cb4deb46fe5c32c01
parent5c709eecdc323c93a731e1af94dc99bae86ab134
Remove initdb's rather gratuitous check to see if the backend created a
flat password file, because it never will anymore.  We had managed to
miss this during the recent flat-file-ectomy because it only happens if
--pwfile or --pwprompt is specified to initdb.  Apparently, few hackers
use those.  Reported by Erik Rijkers.
src/bin/initdb/initdb.c