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

◆ default_rt_info_handler()

void default_rt_info_handler ( const char *  fmt,
va_list  ap 
)

Definition at line 93 of file rt_context.c.

93 {
94
95 static const char *label = "INFO: ";
96 char newfmt[1024] = {0};
97 snprintf(newfmt, 1024, "%s%s\n", label, fmt);
98 newfmt[1023] = '\0';
99
100 vprintf(newfmt, ap);
101
102 va_end(ap);
103}

Referenced by rt_install_default_allocators().

Here is the caller graph for this function: