Re: Wait event that should be reported while waiting for WALarchiving to finish - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Wait event that should be reported while waiting for WALarchiving to finish
Date
Msg-id 61477660-dded-2550-b101-c76a2f864806@oss.nttdata.com
Whole thread Raw
In response to Re: Wait event that should be reported while waiting for WALarchiving to finish  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Wait event that should be reported while waiting for WALarchiving to finish
List pgsql-hackers

On 2020/02/14 23:43, Robert Haas wrote:
> On Thu, Feb 13, 2020 at 10:47 PM Fujii Masao
> <masao.fujii@oss.nttdata.com> wrote:
>> Fixed. Thanks for the review!
> 
> I think it would be safer to just report the wait event during
> pg_usleep(1000000L) rather than putting those calls around the whole
> loop. It does not seem impossible that ereport() or
> CHECK_FOR_INTERRUPTS() could do something that reports a wait event
> internally.

OK, so I attached the updated version of the patch.
Thanks for the review!

Regards,

-- 
Fujii Masao
NTT DATA CORPORATION
Advanced Platform Technology Group
Research and Development Headquarters

Attachment

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Wait event that should be reported while waiting for WALarchiving to finish
Next
From: Fujii Masao
Date:
Subject: Re: table partitioning and access privileges