pgsql: Fix failure with pgperlcritic from the TAP test of synchronous r

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix failure with pgperlcritic from the TAP test of synchronous r
Date: 2019-07-24 22:56:24
Message-ID: E1hqQBM-0003OD-N0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix failure with pgperlcritic from the TAP test of synchronous replication

Oversight in 7d81bdc, which introduced a new routine in perl lacking a
return clause. Per buildfarm member crake.

Backpatch down to 9.6 like its parent.

Reported-by: Andrew Dunstan
Discussion: https://postgr.es/m/16da29fa-d504-1380-7095-40de586dc038@2ndQuadrant.com
Backpatch-through: 9.6

Branch
------
master

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

Modified Files
--------------
src/test/recovery/t/007_sync_rep.pl | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-07-24 22:56:51 Re: pgsql: Improve stability of TAP test for synchronous replication
Previous Message Tom Lane 2019-07-24 22:15:11 pgsql: Fix infelicities in describeOneTableDetails' partitioned-table h