pgsql: Bound waits in 035_standby_logical_decoding.pl. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Bound waits in 035_standby_logical_decoding.pl.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Bound waits in 035_standby_logical_decoding.pl.

One IPC::Run::start() used an IPC::Run::timer() without checking for
expiration.  The other used no timeout or timer.  Back-patch to v16,
which introduced the test.

Reviewed by Bertrand Drouvot.

Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4791f87f34bd3a055db34519d6f878afeedd2548

Modified Files
--------------
src/test/recovery/t/035_standby_logical_decoding.pl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: fix typo in SECURITY LABEL synopsis.
Next
From: David Rowley
Date:
Subject: pgsql: Fix incorrect pruning of NULL partition for boolean IS NOT claus