PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "postgres.h"
#include "fmgr.h"
#include "utils/geo_decls.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "lwgeom_pg.h"
#include <math.h>
#include <float.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
Datum | lwgeom_lt (PG_FUNCTION_ARGS) |
Datum | lwgeom_le (PG_FUNCTION_ARGS) |
Datum | lwgeom_eq (PG_FUNCTION_ARGS) |
Datum | lwgeom_ge (PG_FUNCTION_ARGS) |
Datum | lwgeom_gt (PG_FUNCTION_ARGS) |
Datum | lwgeom_cmp (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (lwgeom_lt) | |
PG_FUNCTION_INFO_V1 (lwgeom_le) | |
PG_FUNCTION_INFO_V1 (lwgeom_eq) | |
PG_FUNCTION_INFO_V1 (lwgeom_ge) | |
PG_FUNCTION_INFO_V1 (lwgeom_gt) | |
PG_FUNCTION_INFO_V1 (lwgeom_cmp) | |