From: Peter Eisentraut Date: Mon, 11 Dec 2017 21:37:39 +0000 (-0500) Subject: Fix comment X-Git-Tag: REL_11_BETA1~1088 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4034db215b92c68ce55cf1c658d4ef7599ccc45a;p=thirdparty%2Fpostgresql.git Fix comment Reported-by: Noah Misch --- diff --git a/src/backend/executor/execReplication.c b/src/backend/executor/execReplication.c index fb538c0297b..bd786a1be69 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);