Macro pgx_pg_sys::PANIC

source ·
macro_rules! PANIC {
    ($($arg:tt)*) => { ... };
}
Expand description

Log to Postgres’ panic log level. This will cause the entire Postgres cluster to crash.

This macro accepts arguments like the println and format macros. See fmt for information about options.