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

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid spurious Hot Standby conflicts from btree delete records.
Date: 2010-11-15 09:32:21
Message-ID: E1PHvQD-0007hs-Jk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bernd Helmle 2010-11-15 10:13:11 Re: [COMMITTERS] pgsql: Improved parallel make support
Previous Message Tom Lane 2010-11-15 06:03:04 pgsql: Adjust comments about what's needed to avoid make 3.80 bug.