Lists: | pgsql-committers |
---|
From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Remove initdb's rather gratuitous check to see if the backend |
Date: | 2009-09-03 01:40:11 |
Message-ID: | 20090903014011.296C5753FB7@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | 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)
From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)postgresql(dot)org> |
Cc: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Remove initdb's rather gratuitous check to see if the backend |
Date: | 2009-09-03 02:41:17 |
Message-ID: | 603c8f070909021941m52cd1e13o9ce69fb849b87870@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-committers |
On Wed, Sep 2, 2009 at 9:40 PM, Tom Lane<tgl(at)postgresql(dot)org> wrote:
> 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.
I am vastly amused by the repeated use of the term "flat-file-ectomy"...
(with apologies for the noise)
...Robert