Обсуждение: pgsql: Bound waits in 035_standby_logical_decoding.pl.

Поиск
Список
Период
Сортировка

pgsql: Bound waits in 035_standby_logical_decoding.pl.

От
Noah Misch
Дата:
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(-)