Fix comment

Reported-by: Noah Misch <noah@leadboat.com>
This commit is contained in:
Peter Eisentraut 2017-12-11 16:37:39 -05:00
parent 7eb16ab17d
commit 4034db215b

View 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);