|
PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
#include "postgres.h"#include "fmgr.h"#include "miscadmin.h"#include "utils/hsearch.h"#include "utils/memutils.h"#include "access/hash.h"#include "lwgeom_pg.h"#include "liblwgeom.h"#include "lwgeom_geos.h"#include "lwgeom_cache.h"

Go to the source code of this file.
Data Structures | |
| struct | PrepGeomCache |
Functions | |
| PrepGeomCache * | GetPrepGeomCache (FunctionCallInfo fcinfo, GSERIALIZED *pg_geom1, GSERIALIZED *pg_geom2) |
| Given a couple potential geometries and a function call context, return a prepared structure for one of them, if such a structure doesn't already exist. More... | |