diff options
| author | Simon Riggs <simon@2ndQuadrant.com> | 2012-05-11 14:38:53 +0100 |
|---|---|---|
| committer | Simon Riggs <simon@2ndQuadrant.com> | 2012-05-11 14:38:53 +0100 |
| commit | 67ff11b42b2811c18fc9dfa54ded02303a082f7c (patch) | |
| tree | f76cc0d84cf7dded49bdfc60cf396f5da7bec180 /src/include | |
| parent | b149d1f90e7d42f719babc0c26addaeffa18df8c (diff) | |
Ensure age() returns a stable value rather than the latest value
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/access/xact.h | 1 |
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); |
