pgsql: Fix subscription test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix subscription test
Date: 2019-11-09 12:20:01
Message-ID: E1iTPij-0000x9-Q1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix subscription test

After altering a subscription, we should wait until the updated table
sync data has been fetched by the subscriber.

Branch
------
master

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

Modified Files
--------------
src/test/subscription/t/008_diff_schema.pl | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Euler Taveira 2019-11-09 13:13:54 Re: pgsql: Fix gratuitous error message variation
Previous Message Peter Eisentraut 2019-11-09 11:17:56 Re: pgsql: Fix negative bitmapset member not allowed error in logical repli