fix index bug
Offering: openGaussDev More detail: fix index bug Match-id-0f03a389aa14be42e77b3ae7dc9aa5b0d94cf863
This commit is contained in:
@ -138,7 +138,7 @@ static TupleTableSlot* IndexOnlyNext(IndexOnlyScanState* node)
|
||||
slot = node->ss.ss_ScanTupleSlot;
|
||||
isUHeap = RelationIsUstoreFormat(node->ss.ss_currentRelation);
|
||||
tmpslot = MakeSingleTupleTableSlot(RelationGetDescr(scandesc->heapRelation),
|
||||
false, scandesc->indexRelation->rd_tam_type);
|
||||
false, scandesc->heapRelation->rd_tam_type);
|
||||
|
||||
/*
|
||||
* OK, now that we have what we need, fetch the next tuple.
|
||||
|
||||
Reference in New Issue
Block a user