PostGIS  2.5.7dev-r@@SVN_REVISION@@
postgis_brin.h
Go to the documentation of this file.
1 #include "postgres.h"
2 #include "fmgr.h"
3 
4 #include "../postgis_config.h"
5 
6 /*#define POSTGIS_DEBUG_LEVEL 4*/
7 
8 #include "liblwgeom.h" /* For standard geometry types. */
9 #include "lwgeom_pg.h" /* For debugging macros. */
10 
11 #include <assert.h>
12 #include <math.h>
13 #include <float.h>
14 #include <string.h>
15 #include "access/brin_tuple.h"
16 #include "utils/datum.h"
17 #include "gserialized_gist.h"
18 
19 #define INCLUSION_UNION 0
20 #define INCLUSION_UNMERGEABLE 1
21 #define INCLUSION_CONTAINS_EMPTY 2
22 
23 bool is_gserialized_from_datum_empty(Datum the_datum);
This library is the generic geometry handling section of PostGIS.
bool is_gserialized_from_datum_empty(Datum the_datum)
Definition: brin_common.c:4