From: Peter Eisentraut Date: Mon, 11 Dec 2017 21:37:39 +0000 (-0500) Subject: Fix comment X-Git-Tag: REL_10_2~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c55253b7d1c3ab1cf1d05e6633779ab9a9cb5284;p=postgresql Fix comment Reported-by: Noah Misch --- diff --git a/src/backend/executor/execReplication.c b/src/backend/executor/execReplication.c index 75daf57733..6d6a3a7550 100644 --- a/src/backend/executor/execReplication.c +++ b/src/backend/executor/execReplication.c @@ -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);