←back to thread

115 points saisrirampur | 1 comments | | HN request time: 0.36s | source
1. fmajid ◴[] No.44665159[source]
I’ve seen this behavior (backend processes don’t honor pg_terminate_backend(pid); ), albeit in an older version (PostgreSQL 14), and it was caused by excessively long plans for the LLVM-based JIT. Disabling the JIT fixed it.