Re: SIGABRT causes messages at LOG but not PANIC

2021-11-10 Thread Tom Lane
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

SIGABRT causes messages at LOG but not PANIC

2021-11-10 Thread Justin Pryzby
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 |