pgrx_pg_sysMacro FATAL
Source macro_rules! FATAL {
($($arg:tt)*) => { ... };
}
Expand description
Log to Postgres’ fatal
log level. This will abort the current Postgres backend connection process.
This macro accepts arguments like the println
and format
macros.
See fmt
for information about options.