mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Fix an obsolete reference to SnapshotNow in comment.
Peter Geoghegan
This commit is contained in:
parent
497bac7d29
commit
f8b031bca8
@ -1077,7 +1077,7 @@ SnapBuildCommitTxn(SnapBuild *builder, XLogRecPtr lsn, TransactionId xid,
|
|||||||
/* refcount of the snapshot builder for the new snapshot */
|
/* refcount of the snapshot builder for the new snapshot */
|
||||||
SnapBuildSnapIncRefcount(builder->snapshot);
|
SnapBuildSnapIncRefcount(builder->snapshot);
|
||||||
|
|
||||||
/* add a new SnapshotNow to all currently running transactions */
|
/* add a new Snapshot to all currently running transactions */
|
||||||
SnapBuildDistributeNewCatalogSnapshot(builder, lsn);
|
SnapBuildDistributeNewCatalogSnapshot(builder, lsn);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user