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 15:06:43
Message-ID: E1iTSK3-0001jH-2A@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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/806f9dc02aea2e45a522bf3c7ed68154f6970e15

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 Tom Lane 2019-11-09 20:50:27 pgsql: Remove test case that doesn't work with --disable-integer-timest
Previous Message Euler Taveira 2019-11-09 13:13:54 Re: pgsql: Fix gratuitous error message variation