Обсуждение: pgsql-server/src/bin/initdb Tag: REL7_4_STABLE ...

Поиск
Список
Период
Сортировка

pgsql-server/src/bin/initdb Tag: REL7_4_STABLE ...

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/04/29 16:56:36

Modified files:
    src/bin/initdb : Tag: REL7_4_STABLE initdb.sh

Log message:
    I thought we'd made initdb safe against newline-munging issues, but on
    inspection we fixed only one of the two uses of COPY :-(.  Fix the other.
    This is already correct in CVS tip, but 7.4.3 could use the patch.