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)
commitfa96a77c97896dceeb5c4f6ecc101d41a18b56f5
tree9f8a3968c42898f9de58de76a8c229158e01fe27
parentdbd54863bc347ee52800c65dd7b45c18937882cb
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