mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix an obsolete reference to SnapshotNow in comment.
Peter Geoghegan
This commit is contained in:
@ -1077,7 +1077,7 @@ SnapBuildCommitTxn(SnapBuild *builder, XLogRecPtr lsn, TransactionId xid,
|
||||
/* refcount of the snapshot builder for the new 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);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user