pgsql: 035_standby_logical_decoding: Add missing waits for replication

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: 035_standby_logical_decoding: Add missing waits for replication
Date: 2023-04-11 20:04:34
Message-ID: E1pmKED-002aRZ-5s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)leadboat(dot)com>
Author: "Drouvot, Bertrand" <bertranddrouvot(dot)pg(at)gmail(dot)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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2023-04-11 21:08:17 pgsql: Fix xl_heap_lock WAL record field's data type.
Previous Message Robert Haas 2023-04-11 15:08:43 pgsql: Document new pg_subscription columns.