pgsql: Tweak for initdb: if more command-line arguments were specified

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: Tweak for initdb: if more command-line arguments were specified
Дата
Msg-id 20070804210109.5EB589FB2F9@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Tweak for initdb: if more command-line arguments were specified than
expected, exit with an error, rather than complaining about the error
on stderr but continuing onward.

Modified Files:
--------------
    pgsql/src/bin/initdb:
        initdb.c (r1.138 -> r1.139)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.138&r2=1.139)

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

Предыдущее
От: mkz@pgfoundry.org (User Mkz)
Дата:
Сообщение: pgbouncer - pgbouncer: kick client if startup pkt contains unknown
Следующее
От: mkz@pgfoundry.org (User Mkz)
Дата:
Сообщение: pgbouncer - pgbouncer: use goto instead break because of 2 loops