1
0
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:
Fujii Masao 2015-03-04 12:25:48 +09:00
parent 497bac7d29
commit f8b031bca8

View File

@ -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