pgsql: Backpatch addition of pump_until() more completely.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Backpatch addition of pump_until() more completely.
Date: 2022-05-06 15:49:21
Message-ID: E1nn0Cm-000I04-HN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Backpatch addition of pump_until() more completely.

In a2ab9c06ea1 I just backpatched the introduction of pump_until(), without
changing the existing local definitions (as 6da65a3f9a9). The necessary
changes seemed more verbose than desirable. However, that leads to warnings,
as I failed to realize...

Backpatch to all versions containing pump_until() calls before
f74496dd611 (there's none in 10).

Discussion: https://postgr.es/m/2808491.1651802860@sss.pgh.pa.us
Discussion: https://postgr.es/m/18b37361-b482-b9d8-f30d-6115cd5ce25c@enterprisedb.com
Backpatch: 11-14

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6ab90d215afcec4c8d6583cb359ee0c1c1530a20

Modified Files
--------------
src/test/recovery/t/013_crash_restart.pl | 46 +++++++-------------------------
1 file changed, 10 insertions(+), 36 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-05-06 15:59:22 Re: pgsql: Backpatch addition of wait_for_log(), pump_until().
Previous Message Erik Rijkers 2022-05-06 14:30:08 gcc 12.1.0 warning