Fix comment
authorPeter Eisentraut
Mon, 11 Dec 2017 21:37:39 +0000 (16:37 -0500)
committerPeter Eisentraut
Mon, 11 Dec 2017 21:38:17 +0000 (16:38 -0500)
Reported-by: Noah Misch
src/backend/executor/execReplication.c

index 75daf577330dbb5bc8aaebdf37e155ebe769fa68..6d6a3a755025efd22ad2c802b14926372aed7e74 100644 (file)
@@ -288,7 +288,7 @@ RelationFindReplTupleSeq(Relation rel, LockTupleMode lockmode,
 
    Assert(equalTupleDescs(desc, outslot->tts_tupleDescriptor));
 
-   /* Start an index scan. */
+   /* Start a heap scan. */
    InitDirtySnapshot(snap);
    scan = heap_beginscan(rel, &snap, 0, NULL);