PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ CreatePrepGeomHash()

static void CreatePrepGeomHash ( void  )
static

Definition at line 214 of file lwgeom_geos_prepared.c.

215{
216 HASHCTL ctl;
217
218 ctl.keysize = sizeof(MemoryContext);
219 ctl.entrysize = sizeof(PrepGeomHashEntry);
220 ctl.hash = mcxt_ptr_hasha;
221
222 PrepGeomHash = hash_create("PostGIS Prepared Geometry Backend MemoryContext Hash", PREPARED_BACKEND_HASH_SIZE, &ctl, (HASH_ELEM | HASH_FUNCTION));
223}
static HTAB * PrepGeomHash
uint32 mcxt_ptr_hasha(const void *key, Size keysize)
#define PREPARED_BACKEND_HASH_SIZE

References mcxt_ptr_hasha(), PREPARED_BACKEND_HASH_SIZE, and PrepGeomHash.

Referenced by PrepGeomCacheBuilder().

Here is the call graph for this function:
Here is the caller graph for this function: