Re: Can a child process detect postmaster death when in pg_usleep? - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Can a child process detect postmaster death when in pg_usleep?
Date
Msg-id YOQPWVueHM6dalt1@paquier.xyz
Whole thread Raw
In response to Re: Can a child process detect postmaster death when in pg_usleep?  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Responses Re: Can a child process detect postmaster death when in pg_usleep?  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
List pgsql-hackers
On Tue, Jul 06, 2021 at 12:42:21PM +0530, Bharath Rupireddy wrote:
> I'm sorry to say that I didn't get what was said above. We reset the
> latch after we come out of WaitLatch but not before going to wait. And
> the reason to have WL_LATCH_SET, is to exit the wait loop if MyLatch
> is set for that process because of other SetLatch events. Am I missing
> something here?

Did you test the patch with post_auth_delay and a backend connection,
making sure that the delay gets correctly applied?  I did, and that
was not working here.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: ECPG bug fix: DECALRE STATEMENT and DEALLOCATE, DESCRIBE
Next
From: Dilip Kumar
Date:
Subject: Re: .ready and .done files considered harmful