pg_ctl restart bug

Поиск
Список
Период
Сортировка
От jmitchell@greatbridge.com
Тема pg_ctl restart bug
Дата
Msg-id 3AE07765.106F6B89@greatbridge.com
обсуждение исходный текст
Ответы Re: pg_ctl restart bug  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
"pg_ctl restart" fails if anything is quoted in postmaster.opts.

    $ pg_ctl restart
    Smart Shutdown request at Fri Apr 20 10:11:38 2001
    postmaster successfully shut down
    postmaster successfully started
    /usr/bin/postmaster: invalid argument -- '-D'
    Try '/usr/bin/postmaster --help' for more information.


    $ cat postmaster.opts
    /usr/bin/postmaster '-D' '/var/lib/pgsql/data'

It appears that the script doesn't cause the parameters in
postmaster.opts to get dequoted.
I think this is the source of the problem.

Joe

--
Joe Mitchell
Knowledge Engineer
Great Bridge, LLC
www.greatbridge.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql date bug
Следующее
От: wsheldah@lexmark.com
Дата:
Сообщение: Bug: pg_ctl restart fails