Fix comment
Reported-by: Noah Misch <noah@leadboat.com>
This commit is contained in:
parent
7eb16ab17d
commit
4034db215b
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user