Thread: pgsql: 035_standby_logical_decoding: Add missing waits for replication

pgsql: 035_standby_logical_decoding: Add missing waits for replication

From
Andres Freund
Date:
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(+)