Justin Pryzby writes:
> I'm surprised that not a single message was logged at PANIC, even though it's
> defined to mean:
The backend you killed didn't get a chance to log anything.
Or to put it another way: a PANIC ereport is the trigger for a database
restart, not a response to some other event
postgres=# SELECT log_time , database, user_name, error_severity sev,
left(message,99) FROM postgres_log_2021_11_10_0800 WHERE log_time BETWEEN
'2021-11-10 08:57' AND '2021-11-10 08:58' AND database IS NULL;
log_time | database | user_name | sev |