summaryrefslogtreecommitdiff
path: root/src/include/access/xact.h
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2012-05-11 14:38:53 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2012-05-11 14:38:53 +0100
commit67ff11b42b2811c18fc9dfa54ded02303a082f7c (patch)
treef76cc0d84cf7dded49bdfc60cf396f5da7bec180 /src/include/access/xact.h
parentb149d1f90e7d42f719babc0c26addaeffa18df8c (diff)
Ensure age() returns a stable value rather than the latest value
Diffstat (limited to 'src/include/access/xact.h')
-rw-r--r--src/include/access/xact.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index 12ec693f443..daa42d92435 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -177,6 +177,7 @@ 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);