refactor subscription tests to use PostgresNode's wait_for_catchup - Mailing list pgsql-hackers

From Peter Eisentraut
Subject refactor subscription tests to use PostgresNode's wait_for_catchup
Date
Msg-id 2d7e137d-b73d-c257-2bda-53181e26b872@2ndquadrant.com
Whole thread Raw
Responses Re: refactor subscription tests to use PostgresNode'swait_for_catchup
List pgsql-hackers
It appears that we have unwittingly created some duplicate and
copy-and-paste-prone code in src/test/subscription/ to wait for a
replication subscriber to catch up, when we already have
almost-sufficient code in PostgresNode to do that more compactly.  So I
propose this patch to consolidate that.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions
Next
From: Etsuro Fujita
Date:
Subject: Re: Comment typo in postgres_fdw.c