pgsql: Avoid spurious Hot Standby conflicts from btree delete records.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Avoid spurious Hot Standby conflicts from btree delete records.
Дата
Msg-id E1PHvQD-0007hr-J5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid spurious Hot Standby conflicts from btree delete records.
Similar conflicts were already avoided for related record types.
Massive over-caution resulted in a usability bug. Clear theoretical
basis for doing this is now confirmed by me.
Request to remove from Heikki (twice), over-caution by me.

Branch
------
master

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

Modified Files
--------------
src/backend/storage/ipc/standby.c |   18 +++++-------------
1 files changed, 5 insertions(+), 13 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Adjust comments about what's needed to avoid make 3.80 bug.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix copy-and-pasteo.