#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.
|
PrepGeomCache * | GetPrepGeomCache (FunctionCallInfo fcinfo, SHARED_GSERIALIZED *pg_geom1, SHARED_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...
|
|