Commit 4034db21 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix comment

Reported-by: default avatarNoah Misch <noah@leadboat.com>
parent 7eb16ab1
...@@ -288,7 +288,7 @@ RelationFindReplTupleSeq(Relation rel, LockTupleMode lockmode, ...@@ -288,7 +288,7 @@ RelationFindReplTupleSeq(Relation rel, LockTupleMode lockmode,
Assert(equalTupleDescs(desc, outslot->tts_tupleDescriptor)); Assert(equalTupleDescs(desc, outslot->tts_tupleDescriptor));
/* Start an index scan. */ /* Start a heap scan. */
InitDirtySnapshot(snap); InitDirtySnapshot(snap);
scan = heap_beginscan(rel, &snap, 0, NULL); scan = heap_beginscan(rel, &snap, 0, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment