pgsql: Fix single-user mode so that interrupts (particularly SIGTERM and

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix single-user mode so that interrupts (particularly SIGTERM and
Дата
Msg-id 20070709011515.2F4D19FB7F2@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix single-user mode so that interrupts (particularly SIGTERM and
SIGQUIT) will be recognized and processed while waiting for input,
rather than only after something has been typed.  Also make SIGQUIT
do the same thing as SIGTERM in single-user mode, ie, do a normal
shutdown and exit.  Since it's relatively easy to provoke SIGQUIT
from the keyboard, people may try that instead of control-D, and we'd
rather this leads to orderly shutdown.  Per report from Leon Mergen
and subsequent discussion.

Modified Files:
--------------
    pgsql/src/backend/tcop:
        postgres.c (r1.535 -> r1.536)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.535&r2=1.536)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Minor copy-editing.
Следующее
От: joe@postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql: Restrict non-superusers to password authenticated connections to