Re: pg_ctl -m fast failing?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: pg_ctl -m fast failing?
Дата
Msg-id web-2880053@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на pg_ctl -m fast failing?  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: pg_ctl -m fast failing?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom,

> 2003-02-17 21:53  tgl
>
>     * src/backend/commands/async.c (REL7_3_STABLE): Async_NotifyHandler
>     must save and restore ImmediateInterruptOK.  Fixes known problem
>     with failure to respond to 'pg_ctl stop -m fast', and probable
>     problems if SIGINT or SIGTERM arrives while processing a SIGUSR2
>     interrupt that arrived while waiting for a new client query.

So ... if I had a PSQL terminal session open on a remote client, and
did:

pg_ctl -m fast stop
pg_ctl start
pg_ctl -m fast stop

... the second stop would fail?   Am I understanding correctly?
 Because that's the behavior I am observing.

-Josh

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Help with exporting data
Следующее
От: Paul Ramsey
Дата:
Сообщение: Re: Why PostgreSQL?