29 #include "utils/builtins.h"
31 #include "../postgis_config.h"
33 #include "lwgeom_pg.h"
45 text *mat_text, *pat_text;
49 mat_text = (PG_GETARG_TEXT_P(0));
50 pat_text = (PG_GETARG_TEXT_P(1));
53 mat = text_to_cstring(mat_text);
54 pat = text_to_cstring(pat_text);
58 result = GEOSRelatePatternMatch(mat, pat);
char result[OUT_DOUBLE_BUFFER_SIZE]
char lwgeom_geos_errmsg[LWGEOM_GEOS_ERRMSG_MAXSIZE]
void lwgeom_geos_error(const char *fmt,...)
Datum ST_RelateMatch(PG_FUNCTION_ARGS)
PG_FUNCTION_INFO_V1(ST_RelateMatch)