PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "postgres.h"
#include "fmgr.h"
#include "utils/elog.h"
#include "utils/array.h"
#include "utils/geo_decls.h"
#include "utils/lsyscache.h"
#include "catalog/pg_type.h"
#include "funcapi.h"
#include "../postgis_config.h"
#include "lwgeom_pg.h"
#include "access/htup_details.h"
#include "liblwgeom.h"
Go to the source code of this file.
Data Structures | |
struct | dumpnode |
struct | dumpstate |
Macros | |
#define | MAXDEPTH 32 |
Functions | |
Datum | LWGEOM_dumppoints (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (LWGEOM_dumppoints) | |