Fix an obsolete reference to SnapshotNow in comment.
authorFujii Masao <fujii@postgresql.org>
Wed, 4 Mar 2015 03:25:48 +0000 (12:25 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 4 Mar 2015 03:25:48 +0000 (12:25 +0900)
Peter Geoghegan

src/backend/replication/logical/snapbuild.c

index e91145328a8c73caa6b1107cc5561b8e5f33fdce..ff5ff265e601a626ff6ee3a2807288f2e41c2c08 100644 (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