Home
last modified time | relevance | path

Searched refs:pallocInAggContext (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Daggregate_utils.c79 static void * pallocInAggContext(FunctionCallInfo fcinfo, size_t size);
151 pallocInAggContext(FunctionCallInfo fcinfo, size_t size) in pallocInAggContext() function
274 StypeBox *box = pallocInAggContext(fcinfo, sizeof(StypeBox)); in TryCreateStypeBoxFromFcinfoAggref()
293 pallocInAggContext(fcinfo, sizeof(AggregationArgumentContext)); in CreateAggregationArgumentContext()
314 TupleDesc tupleDescCopy = pallocInAggContext(fcinfo, TupleDescSize(tupleDesc)); in CreateAggregationArgumentContext()
319 HeapTuple tuple = pallocInAggContext(fcinfo, sizeof(HeapTupleData)); in CreateAggregationArgumentContext()
327 pallocInAggContext(fcinfo, tupleDescCopy->natts * sizeof(Datum)); in CreateAggregationArgumentContext()
330 pallocInAggContext(fcinfo, tupleDescCopy->natts * sizeof(bool)); in CreateAggregationArgumentContext()
341 aggregationArgumentContext->nulls = pallocInAggContext(fcinfo, sizeof(bool)); in CreateAggregationArgumentContext()
511 box = pallocInAggContext(fcinfo, sizeof(StypeBox)); in worker_partial_agg_sfunc()
[all …]