aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/predicate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/predicate.h')
-rw-r--r--src/include/storage/predicate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/predicate.h b/src/include/storage/predicate.h
index 5ddbc1d3f41..9603b10ad40 100644
--- a/src/include/storage/predicate.h
+++ b/src/include/storage/predicate.h
@@ -42,7 +42,7 @@ extern void CheckPointPredicate(void);
extern bool PageIsPredicateLocked(Relation relation, BlockNumber blkno);
/* predicate lock maintenance */
-extern Snapshot RegisterSerializableTransaction(Snapshot snapshot);
+extern Snapshot GetSerializableTransactionSnapshot(Snapshot snapshot);
extern void RegisterPredicateLockingXid(TransactionId xid);
extern void PredicateLockRelation(Relation relation, Snapshot snapshot);
extern void PredicateLockPage(Relation relation, BlockNumber blkno, Snapshot snapshot);