pgsql: Unbreak postmaster restart-after-crash sequence

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Unbreak postmaster restart-after-crash sequence
Дата
Msg-id E1UuOgN-0006yu-Pz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Unbreak postmaster restart-after-crash sequence

In patch 82233ce7ea42, AbortStartTime wasn't being reset appropriately
after the restart sequence, causing subsequent iterations through
ServerLoop to malfunction.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/620935ad088d4779ed7fa65f38a876b30e01dee4

Modified Files
--------------
src/backend/postmaster/postmaster.c |    2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix handling of auto-updatable views on inherited tables.