pgsql: Fix autovacuum launcher shutdown sequence

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix autovacuum launcher shutdown sequence
Дата
Msg-id E1Yfskq-0003Ts-9J@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix autovacuum launcher shutdown sequence

It was previously possible to have the launcher re-execute its main loop
before shutting down if some other signal was received or an error
occurred after getting SIGTERM, as reported by Qingqing Zhou.

While investigating, Tom Lane further noticed that if autovacuum had
been disabled in the config file, it would misbehave by trying to start
a new worker instead of bailing out immediately -- it would consider
itself as invoked in emergency mode.

Fix both problems by checking the shutdown flag in a few more places.
These problems have existed since autovacuum was introduced, so
backpatch all the way back.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/595bc97b5eb3c73111f3da0c0474d81efb0f43d0

Modified Files
--------------
src/backend/postmaster/autovacuum.c |   16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix autovacuum launcher shutdown sequence
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Change SQLSTATE for event triggers "wrong context" message