pgsql: Correctly initialise shared recoveryLastRecPtr in recovery.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Correctly initialise shared recoveryLastRecPtr in recovery.
Дата
Msg-id E1S0CfG-0004UR-M5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correctly initialise shared recoveryLastRecPtr in recovery.
Previously we used ReadRecPtr rather than EndRecPtr, which was
not a serious error but caused pg_stat_replication to report
incorrect replay_location until at least one WAL record is replayed.

Fujii Masao

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/315cb2f9672e93f6b34726ce81c7e75a374aedd2

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


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Correctly initialise shared recoveryLastRecPtr in recovery.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: REASSIGN OWNED: Support foreign data wrappers and servers