pgsql: Remove rare corner case for data loss when triggering standby se

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Remove rare corner case for data loss when triggering standby se
Дата
Msg-id E1PmowD-0003Bk-5I@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove rare corner case for data loss when triggering standby server.
If the standby was streaming when trigger file arrives, check also in the
archive for additional WAL files. This is a corner case since it is
unlikely that we would trigger a failover while the master is still
available and sending data to standby, while at the same time running in
archive mode and also while the streaming standby has fallen behind archive.
Someone would eventually be unlucky; we must plug all gaps however small.

Fujii Masao

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=faa0550572583f51dba25611ab0f1d1c31de559b

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


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Extend ALTER TABLE to allow Foreign Keys to be added without ini
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: UINT64_MAX isn't defined on MSVC.