pgsql: 035_standby_logical_decoding: Add missing waits for replication - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: 035_standby_logical_decoding: Add missing waits for replication
Date
Msg-id E1pmKED-002aRZ-5s@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
035_standby_logical_decoding: Add missing waits for replication

At least one slow buildfarm system (hoverfly) showed that the database
creation was not replicated before we try to create logical replication slots
on the standby, in that database.

Reported-by: Noah Misch <noah@leadboat.com>
Author: "Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/20230411053657.GA1177147@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/57411c82ce8634888be807502ee6c50f219e0460

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Document new pg_subscription columns.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Fix xl_heap_lock WAL record field's data type.