summaryrefslogtreecommitdiff
path: root/src/include/access/xact.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-05-31 11:12:26 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-05-31 11:12:26 -0400
commit3dfaea4727fb3d98e28f4cb9d707c33e2bdbfa7d (patch)
treef9bc7bc89c6d76037db0bd54f8a327db03ca175f /src/include/access/xact.h
parent56901beb806bde7af419ad67f49086aaca4fc8df (diff)
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.
Diffstat (limited to 'src/include/access/xact.h')
-rw-r--r--src/include/access/xact.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index 29ef4a1bce3..cb440d41f14 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -198,7 +198,6 @@ extern TransactionId GetTopTransactionId(void);
extern TransactionId GetTopTransactionIdIfAny(void);
extern TransactionId GetCurrentTransactionId(void);
extern TransactionId GetCurrentTransactionIdIfAny(void);
-extern TransactionId GetStableLatestTransactionId(void);
extern SubTransactionId GetCurrentSubTransactionId(void);
extern CommandId GetCurrentCommandId(bool used);
extern TimestampTz GetCurrentTransactionStartTimestamp(void);