mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user