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

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

From
Simon Riggs
Date:
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
------
REL9_0_STABLE

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

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