Re: pgsql: Backpatch addition of wait_for_log(), pump_until(). - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: Backpatch addition of wait_for_log(), pump_until().
Date
Msg-id 18b37361-b482-b9d8-f30d-6115cd5ce25c@enterprisedb.com
Whole thread Raw
In response to pgsql: Backpatch addition of wait_for_log(), pump_until().  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Backpatch addition of wait_for_log(), pump_until().
List pgsql-committers
On 03.05.22 03:11, Andres Freund wrote:
> Backpatch addition of wait_for_log(), pump_until().
> 
> These were originally introduced in a2ab9c06ea1 and a2ab9c06ea1, as they are
> needed by a about-to-be-backpatched test.

I see this warning:

Subroutine pump_until redefined at t/013_crash_restart.pl line 246.

(There are a varying number of these warnings across the backbranches.)

Also, the local definition has different arguments than the backpatched 
one.  This should be double-checked.



pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: pgcrypto: report init errors as PXE_CIPHER_INIT
Next
From: Robert Haas
Date:
Subject: pgsql: Fix misleading comments about background worker registration.