pgsql: Repair last commit's new wait_for_catchup() call.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Repair last commit's new wait_for_catchup() call.
Date: 2020-04-14 04:12:29
Message-ID: E1jOCw1-0004QD-RD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Repair last commit's new wait_for_catchup() call.

The function had a different API in v10. Per buildfarm.

Branch
------
REL_10_STABLE

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

Modified Files
--------------
src/test/recovery/t/010_logical_decoding_timelines.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-04-14 05:47:19 pgsql: Fix collection of typos and grammar mistakes in the tree, volume
Previous Message Peter Geoghegan 2020-04-14 04:11:36 pgsql: Add defensive "split_only_page" nbtree assertion.