Re: Rethink the wait event names for postgres_fdw, dblink and etc

From: Masahiro Ikeda <ikedamsh(at)oss(dot)nttdata(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Rethink the wait event names for postgres_fdw, dblink and etc
Date: 2023-10-06 02:02:18
Message-ID: 14e71b783fac9a39b7aee27f84fde494@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2023-10-05 10:28, Michael Paquier wrote:
> On Wed, Oct 04, 2023 at 05:19:40PM +0900, Michael Paquier wrote:
>> I am lacking a bit of time now, but I have applied the bits for
>> test_shm_mq and worker_spi. Note that I have not added tests for
>> test_shm_mq as it may be possible that the two events (for the
>> bgworker startup and for a message to be queued) are never reached
>> depending on the timing. I'll handle the rest tomorrow, with likely
>> some adjustments to the tests. (I may as well just remove them, this
>> API is already covered by worker_spi.)
>
> After sleeping on it, I've taken the decision to remove the tests. As
> far as I have tested, this was stable, but this does not really
> improve the test coverage as WaitEventExtensionNew() is covered in
> worker_spi. I have done tweaks to the docs and the variable names,
> and applied that into its own commit.
>
> Note as well that the docs of dblink were wrong for DblinkGetConnect:
> the wait event could be seen in other functions than dblink() and
> dblink_exec().

Thanks for modifying and committing. I agree your comments.

Regards,
--
Masahiro Ikeda
NTT DATA CORPORATION

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message kuroda.keisuke 2023-10-06 03:01:13 Re: pg_get_indexdef() modification to use TxnSnapshot
Previous Message Michael Paquier 2023-10-06 02:00:41 Re: Remove distprep