PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
void rt_set_handlers | ( | rt_allocator | allocator, |
rt_reallocator | reallocator, | ||
rt_deallocator | deallocator, | ||
rt_message_handler | error_handler, | ||
rt_message_handler | info_handler, | ||
rt_message_handler | warning_handler | ||
) |
This function is called when the PostgreSQL backend is taking care of the memory and we want to use palloc family.
Definition at line 159 of file rt_context.c.
References default_rt_options(), and rt_set_handlers_options().
Referenced by main(), and rt_init_allocators().