TupleTableSlots数据结构及相关函数调用优化

This commit is contained in:
wanghao19920907
2023-02-21 20:29:34 -08:00
parent ddccb0aea5
commit fd1f338af5
48 changed files with 390 additions and 335 deletions

View File

@ -1015,7 +1015,7 @@ static void prepare_projection_slot(AggState* aggstate, TupleTableSlot* slot, in
aggstate->grouped_cols = grouped_cols;
if (slot->tts_isempty) {
if (TTS_EMPTY(slot)) {
/*
* Force all values to be NULL if working on an empty input tuple
* (i.e. an empty grouping set for which no input rows were