pgsql: Bound waits in 035_standby_logical_decoding.pl.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Bound waits in 035_standby_logical_decoding.pl.
Date: 2024-02-19 20:57:02
Message-ID: E1rcAhC-00740e-29@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f024746484b966f916e6d8e1d0bd39de51aad2e1

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

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-02-19 23:49:55 pgsql: Fix incorrect pruning of NULL partition for boolean IS NOT claus
Previous Message Tom Lane 2024-02-19 19:18:02 pgsql: Doc: fix typo in SECURITY LABEL synopsis.