MCPcopy Create free account
hub / github.com/apache/cloudberry / pg_log_generic

Function pg_log_generic

src/common/logging.c:196–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void
197pg_log_generic(enum pg_log_level level, const char *pg_restrict fmt,...)
198{
199 va_list ap;
200
201 va_start(ap, fmt);
202 pg_log_generic_v(level, fmt, ap);
203 va_end(ap);
204}
205
206void
207pg_log_generic_v(enum pg_log_level level, const char *pg_restrict fmt, va_list ap)

Callers 4

get_dirent_typeFunction · 0.85
repairDependencyLoopFunction · 0.85
notice_processorFunction · 0.85
warn_or_exit_horriblyFunction · 0.85

Calls 1

pg_log_generic_vFunction · 0.85

Tested by

no test coverage detected