pgsql: Revert back-branch changes in behavior of age(xid).

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert back-branch changes in behavior of age(xid).
Date: 2012-05-31 15:12:53
Message-ID: E1Sa73V-0005km-Sb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert back-branch changes in behavior of age(xid).

Per discussion, it does not seem like a good idea to change the behavior of
age(xid) in a minor release, even though the old definition causes the
function to fail on hot standby slaves. Therefore, revert commit
5829387381d2e4edf84652bb5a712f6185860670 and follow-on commits in the back
branches only.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3dfaea4727fb3d98e28f4cb9d707c33e2bdbfa7d

Modified Files
--------------
src/backend/access/transam/xact.c | 24 ------------------------
src/backend/utils/adt/xid.c | 4 ++--
src/include/access/xact.h | 1 -
3 files changed, 2 insertions(+), 27 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-05-31 15:20:39 pgsql: Improve comment for GetStableLatestTransactionId().
Previous Message Simon Riggs 2012-05-31 12:12:59 pgsql: Only throw recovery conflicts when InHotStandby. Bug fix to rece