PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ pgis_geometry_union_parallel_serialfn()

Datum pgis_geometry_union_parallel_serialfn ( PG_FUNCTION_ARGS  )

Definition at line 123 of file lwgeom_union.c.

124{
125 UnionState *state;
126
128
129 state = (UnionState*) PG_GETARG_POINTER(0);
130 PG_RETURN_BYTEA_P(state_serialize(state));
131}
#define CheckAggContext()
static bytea * state_serialize(const UnionState *state)

References CheckAggContext, and state_serialize().

Here is the call graph for this function: