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 E1rcAhC-00740a-1H@gemulon.postgresql.org
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/20240211010227.a2.nmisch@google.com

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