public inbox for [email protected]  
help / color / mirror / Atom feed
From: ISHAN CHHANGANI . <[email protected]>
To: [email protected] <[email protected]>
Subject: Timeout gets unset on a syntax error.
Date: Wed, 29 May 2024 10:29:22 +0000
Message-ID: <SL2P216MB1380EF37EA7D6193C83622C6F5F22@SL2P216MB1380.KORP216.PROD.OUTLOOK.COM> (raw)

On a particular query, I start an alarm (say for 5 sec) using RegisterTimeout , and when the alarm rings, I log something.
This works fine.
But if I run a query with a syntax error between the time duration, then the alarm never rings.
Is there some code within Postgres that resets/removes the signals in case a query hits any error?

TimeoutId timer = RegisterTimeout(USER_TIMEOUT, interval_handler);
    enable_timeout_after(timer, 5 * 1000);

Thanks,
Ishan.

-- 
The information contained in this electronic communication is intended 
solely for the individual(s) or entity to which it is addressed. It may 
contain proprietary, confidential and/or legally privileged information. 
Any review, retransmission, dissemination, printing, copying or other use 
of, or taking any action in reliance on the contents of this information by 
person(s) or entities other than the intended recipient is strictly 
prohibited and may be unlawful. If you have received this communication in 
error, please notify us by responding to this email or telephone and 
immediately and permanently delete all copies of this message and any 
attachments from your system(s). The contents of this message do not 
necessarily represent the views or policies of BITS Pilani.


view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: Timeout gets unset on a syntax error.
  In-Reply-To: <SL2P216MB1380EF37EA7D6193C83622C6F5F22@SL2P216MB1380.KORP216.PROD.OUTLOOK.COM>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox