Skip to content

Commit b844451

Browse files
committed
Using GetInsertRecPtr
1 parent 48f2677 commit b844451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/ipc/procarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@ GetSnapshotDataInitOldSnapshot(Snapshot snapshot)
21082108
MaintainOldSnapshotTimeMapping(snapshot->whenTaken, snapshot->xmin);
21092109
}
21102110

2111-
snapshot->lsn = GetXLogInsertRecPtr();
2111+
snapshot->lsn = GetInsertRecPtr();
21122112
}
21132113

21142114
/*

0 commit comments

Comments
 (0)