pgsql: Remove initdb's rather gratuitous check to see if the backend - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove initdb's rather gratuitous check to see if the backend
Date
Msg-id 20090903014011.296C5753FB7@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Remove initdb's rather gratuitous check to see if the backend
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/bin/initdb:
        initdb.c (r1.174 -> r1.175)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.174&r2=1.175)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Revert Makefile modification that broke the MSVC build.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Remove initdb's rather gratuitous check to see if the backend