On Sat, 2024-06-22 at 07:04 +0000, Veerendra Pulapa wrote: > I’m encountering a segmentation fault issue in PostgreSQL 13.4 when executing a specific > function (cause_segfault()). The server process terminates with a signal 11 (Segmentation fault), > but the database service continues running without a full shutdown. It will undergo crash recovery and come back up. If you don't want that behaviour, set "restart_after_crash" to "off". Yours, Laurenz Albe