pgsql-server/src/bin/initdb initdb.c

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/src/bin/initdb initdb.c
Дата
Msg-id 20031113234631.CEA5BD1B50C@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/11/13 19:46:31

Modified files:
    src/bin/initdb : initdb.c

Log message:
    Preliminary code review for C version of initdb.  Re-centralize handling
    of option switches for backend, fix handling of COPY from data files so
    that we won't have the newline-after-\. issue back again, add back some
    comments and printouts lost from the shell script, etc.  Still needs work
    for error handling; in particular the shell version worked much more
    nicely for the case of a postgres executable that fails on invocation.


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql-server/src/backend/catalog system_views.sql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql-server/src/bin/initdb Makefile