2037 PG_FREE_IF_COPY(g1, 0);
2038 PG_FREE_IF_COPY(g2, 1);
2039 PG_RETURN_BOOL(
false);
2044 PG_FREE_IF_COPY(g1, 0);
2045 PG_FREE_IF_COPY(g2, 1);
2046 PG_RETURN_BOOL(
false);
2059 PG_FREE_IF_COPY(g1, 0);
2060 PG_FREE_IF_COPY(g2, 1);
2062 PG_RETURN_BOOL(result);
LWGEOM * lwgeom_from_gserialized(const GSERIALIZED *g)
Allocate a new LWGEOM from a GSERIALIZED.
int gserialized_get_zm(const GSERIALIZED *gser)
Return a number indicating presence of Z and M coordinates.
uint32_t gserialized_get_type(const GSERIALIZED *s)
Extract the geometry type from the serialized form (it hides in the anonymous data area,...
char lwgeom_same(const LWGEOM *lwgeom1, const LWGEOM *lwgeom2)
geom1 same as geom2 iff
void lwgeom_free(LWGEOM *geom)