pgsql: Start Hot Standby faster when initial snapshot is incomplete.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Start Hot Standby faster when initial snapshot is incomplete.
Дата
Msg-id E1RLWD5-0004NV-Uf@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Start Hot Standby faster when initial snapshot is incomplete.
If the initial snapshot had overflowed then we can start whenever
the latest snapshot is empty, not overflowed or as we did already,
start when the xmin on primary was higher than xmax of our starting
snapshot, which proves we have full snapshot data.

Bug report by Chris Redekop

Branch
------
REL9_0_STABLE

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

Modified Files
--------------
src/backend/storage/ipc/procarray.c |   52 +++++++++++++++++++++-------------
1 files changed, 32 insertions(+), 20 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Remove spurious entry from missed catch while patch juggling