On Wed, May 29, 2024 at 6:29 AM ISHAN CHHANGANI . <f20200230@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Is there some code within Postgres that resets/removes the signals in case a query hits any error?
See the comment and call to disable_all_timeouts() in postgres.c, part of the cleanup-after-exception efforts:
Cheers,
Greg