pgsql: Make restricted_exec feature for Windows more robust by using

Поиск
Список
Период
Сортировка
От adunstan@postgresql.org (Andrew Dunstan)
Тема pgsql: Make restricted_exec feature for Windows more robust by using
Дата
Msg-id 20060224020241.6F00D9DCCFE@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

Make restricted_exec feature for Windows more robust by using the environment
to pass the flag instead of the command line - some implementations of
getopt fail if getopt arguments are present after non-getopt arguments.

Modified Files:
--------------
    pgsql/src/bin/initdb:
        initdb.c (r1.111 -> r1.112)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.111&r2=1.112)

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

Предыдущее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: make initdb -U username work as advertised; back out bogus patch
Следующее
От: jbcooley@pgfoundry.org (User Jbcooley)
Дата:
Сообщение: npgsql - npgsql: Imported Sources