pgsql: Additional test for each commit in sync rep path to plug minute

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Additional test for each commit in sync rep path to plug minute
Date: 2011-03-26 10:15:27
Message-ID: E1Q3QWl-0007iQ-1n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Additional test for each commit in sync rep path to plug minute
possibility of race condition that would effect performance only.
Requested by Robert Haas. Re-arrange related comments.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/92f4786fa9b730fd12cbfe973eb96addc6e98924

Modified Files
--------------
src/backend/replication/syncrep.c | 25 ++++++++++++++++---------
1 files changed, 16 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-26 18:26:14 pgsql: Clean up a few failures to set collation fields in expression no
Previous Message Tom Lane 2011-03-26 00:10:52 pgsql: Pass collation to makeConst() instead of looking it up internall