|
MobilityDB 1.1
|
#include <postgres.h>#include <fmgr.h>#include <utils/palloc.h>#include "general/temporal.h"#include "pg_general/temporal.h"

Go to the source code of this file.
Macros | |
| #define | INPUT_AGG_COMB_STATE(fcinfo, state1, state2) |
| #define | INPUT_AGG_TRANS_STATE(fcinfo, state) |
| Helper macros to input the current aggregate state. More... | |
Functions | |
| FunctionCallInfo | fetch_fcinfo () |
| Skiplist data structure used for performing aggregates. More... | |
| MemoryContext | set_aggregation_context (FunctionCallInfo fcinfo) |
| Functions manipulating skiplists. More... | |
| void | store_fcinfo (FunctionCallInfo fcinfo) |
| Store in the cache the fcinfo of the external function. More... | |
| void | unset_aggregation_context (MemoryContext ctx) |
| Switch to the given memory context. More... | |