Commit f8b031bc authored by Fujii Masao's avatar Fujii Masao

Fix an obsolete reference to SnapshotNow in comment.

Peter Geoghegan
parent 497bac7d
...@@ -1077,7 +1077,7 @@ SnapBuildCommitTxn(SnapBuild *builder, XLogRecPtr lsn, TransactionId xid, ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment