mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08: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 */
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user