PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ 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 
127  CheckAggContext();
128 
129  state = (UnionState*) PG_GETARG_POINTER(0);
130  PG_RETURN_BYTEA_P(state_serialize(state));
131 }
#define CheckAggContext()
Definition: lwgeom_union.c:20
static bytea * state_serialize(const UnionState *state)
Definition: lwgeom_union.c:192

References CheckAggContext, and state_serialize().

Here is the call graph for this function: