pgsql: recoveryStopsHere() must check the resource manager ID.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: recoveryStopsHere() must check the resource manager ID.
Дата
Msg-id E1QBnYd-0001LK-Fk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
recoveryStopsHere() must check the resource manager ID.

Before commit c016ce728139be95bb0dc7c4e5640507334c2339, this wasn't
needed, but now that multiple resource manager IDs can percolate down
through here, we have to make sure we know which one we've got.
Otherwise, we can confuse (for example) an XLOG_XACT_COMMIT record
with an XLOG_CHECKPOINT_SHUTDOWN record.

Review by Jaime Casanova

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/aea1f24c2c25f01540435ded6ba611016392ef06

Modified Files
--------------
src/backend/access/transam/xlog.c |    6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix assorted infelicities in collation handling in psql's descri
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Attempt to remedy buildfarm breakage caused by commit f536d4194.