From: Fujii Masao Date: Wed, 4 Mar 2015 03:25:48 +0000 (+0900) Subject: Fix an obsolete reference to SnapshotNow in comment. X-Git-Tag: REL9_5_ALPHA1~678 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8b031bca848a21fb9a7c9530f8cdc7eb6919dd9;p=postgresql Fix an obsolete reference to SnapshotNow in comment. Peter Geoghegan --- diff --git a/src/backend/replication/logical/snapbuild.c b/src/backend/replication/logical/snapbuild.c index e91145328a..ff5ff265e6 100644 --- a/src/backend/replication/logical/snapbuild.c +++ b/src/backend/replication/logical/snapbuild.c @@ -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