From: Peter Eisentraut Date: Mon, 11 Dec 2017 21:37:39 +0000 (-0500) Subject: Fix comment X-Git-Url: http://git.postgresql.org/gitweb/static/developers.postgresql.org?a=commitdiff_plain;h=4034db215b92c68ce55cf1c658d4ef7599ccc45a;p=users%2Frhaas%2Fpostgres.git Fix comment Reported-by: Noah Misch --- diff --git a/src/backend/executor/execReplication.c b/src/backend/executor/execReplication.c index fb538c0297..bd786a1be6 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);