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

◆ rt_set_handlers()

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.

162{
163 rt_set_handlers_options(allocator, reallocator, deallocator,
164 error_handler, info_handler, warning_handler,
166}
void rt_set_handlers_options(rt_allocator allocator, rt_reallocator reallocator, rt_deallocator deallocator, rt_message_handler error_handler, rt_message_handler info_handler, rt_message_handler warning_handler, rt_options options_handler)
Definition rt_context.c:169
char * default_rt_options(const char *varname)
Definition rt_context.c:105

References default_rt_options(), and rt_set_handlers_options().

Referenced by main(), and rt_init_allocators().

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