pgsql: Fix error code for canceling statement due to conflict with reco

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix error code for canceling statement due to conflict with reco
Date: 2011-01-31 19:27:09
Message-ID: E1PjzP3-0000fb-MX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix error code for canceling statement due to conflict with recovery.
All retryable conflict errors now have an error code that indicates that
a retry is possible, correcting my incomplete fix of 2010/05/12

Tatsuo Ishii and Simon Riggs, input from Robert Haas and Florian Pflug

Branch
------
REL9_0_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-01-31 19:59:16 pgsql: Fix SGML markup for upgrade doc addition.
Previous Message Simon Riggs 2011-01-31 19:21:54 pgsql: Fix error code for canceling statement due to conflict with reco