/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
When Sigterm Does Nothing: A Postgres Mystery
(clickhouse.com)
115 points
saisrirampur
| 1 comments |
15 Jul 25 04:43 UTC
|
HN request time: 0.36s
|
source
1.
fmajid
◴[
23 Jul 25 23:28 UTC
]
No.
44665159
[source]
▶
>>44567888 (OP)
#
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.
ID:
GO
↑