pgsql: Remove initdb's rather gratuitous check to see if the backend

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove initdb's rather gratuitous check to see if the backend
Дата
Msg-id 20090903014011.296C5753FB7@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Remove initdb's rather gratuitous check to see if the backend
Список 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 по дате отправления:

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Revert Makefile modification that broke the MSVC build.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Remove initdb's rather gratuitous check to see if the backend