PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "postgres.h"
#include "fmgr.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "lwgeom_pg.h"
#include <assert.h>
#include <math.h>
#include <float.h>
#include <string.h>
#include "access/brin_tuple.h"
#include "utils/datum.h"
#include "gserialized_gist.h"
Go to the source code of this file.
Macros | |
#define | INCLUSION_UNION 0 |
#define | INCLUSION_UNMERGEABLE 1 |
#define | INCLUSION_CONTAINS_EMPTY 2 |
Functions | |
bool | is_gserialized_from_datum_empty (Datum the_datum) |