"pg_ctl -m fast stop" doesn't shut down with active COPY

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема "pg_ctl -m fast stop" doesn't shut down with active COPY
Дата
Msg-id 1236882347.25953.9.camel@dell.linuxdev.us.dell.com
обсуждение исходный текст
Список pgsql-bugs
This is a repost of:

http://archives.postgresql.org/pgsql-general/2009-03/msg00434.php

I didn't get any response, and it appears to be in contradiction to the
docs:

"SIGINT -- The server disallows new connections and sends all existing
server processes SIGTERM, which will cause them to abort their current
transactions and exit promptly."

http://www.postgresql.org/docs/8.3/static/server-shutdown.html

If you have an open COPY and no data is moving, it simply won't
terminate it. You can terminate it with ctrl-C from psql, but not a
SIGINT to the postmaster or a SIGINT or SIGTERM to the backend.

Regards,
    Jeff Davis

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

Предыдущее
От: "Egbert Teeselink"
Дата:
Сообщение: BUG #4701: (minor) MSI Installer fails on subst drives
Следующее
От: Julio Tavares
Дата:
Сообщение: Help with PostgreSql and OID missmatches when restoring database with lobs