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
1 changed files with 1 additions and 1 deletions

View File

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