From 4034db215b92c68ce55cf1c658d4ef7599ccc45a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 11 Dec 2017 16:37:39 -0500 Subject: [PATCH] Fix comment Reported-by: Noah Misch --- src/backend/executor/execReplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0