@ -1359,7 +1359,7 @@ typedef struct
* SortSupport for reordering ORDER BY exprs
* SortSupport for reordering ORDER BY exprs
* OrderByTypByVals is the datatype of order by expression pass - by - value ?
* OrderByTypByVals is the datatype of order by expression pass - by - value ?
* OrderByTypLens typlens of the datatypes of order by expressions
* OrderByTypLens typlens of the datatypes of order by expressions
* pscan_l en size of parallel index scan descriptor
* PscanL en size of parallel index scan descriptor
* - - - - - - - - - - - - - - - -
* - - - - - - - - - - - - - - - -
*/
*/
typedef struct IndexScanState
typedef struct IndexScanState
@ -1403,8 +1403,9 @@ typedef struct IndexScanState
* RuntimeContext expr context for evaling runtime Skeys
* RuntimeContext expr context for evaling runtime Skeys
* RelationDesc index relation descriptor
* RelationDesc index relation descriptor
* ScanDesc index scan descriptor
* ScanDesc index scan descriptor
* TableSlot slot for holding tuples fetched from the table
* VMBuffer buffer in use for visibility map testing , if any
* VMBuffer buffer in use for visibility map testing , if any
* ioss_PscanLen S ize of parallel index - only scan descriptor
* PscanLen s ize of parallel index - only scan descriptor
* - - - - - - - - - - - - - - - -
* - - - - - - - - - - - - - - - -
*/
*/
typedef struct IndexOnlyScanState
typedef struct IndexOnlyScanState
@ -1421,6 +1422,7 @@ typedef struct IndexOnlyScanState
ExprContext * ioss_RuntimeContext ;
ExprContext * ioss_RuntimeContext ;
Relation ioss_RelationDesc ;
Relation ioss_RelationDesc ;
struct IndexScanDescData * ioss_ScanDesc ;
struct IndexScanDescData * ioss_ScanDesc ;
TupleTableSlot * ioss_TableSlot ;
Buffer ioss_VMBuffer ;
Buffer ioss_VMBuffer ;
Size ioss_PscanLen ;
Size ioss_PscanLen ;
} IndexOnlyScanState ;
} IndexOnlyScanState ;