支持keep函数
This commit is contained in:
@ -195,6 +195,8 @@ typedef struct AggStatePerAggData {
|
||||
ProjectionInfo *evalproj; /* projection machinery */
|
||||
ProjectionInfo *combinedproj; /* projection machinery */
|
||||
TupleTableSlot *evalslot; /* current input tuple */
|
||||
TupleTableSlot **keep_slot;
|
||||
bool is_keep;
|
||||
} AggStatePerAggData;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user