pgsql: Clear severity 5 perlcritic warnings from vcregress.pl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clear severity 5 perlcritic warnings from vcregress.pl
Date: 2018-05-06 11:42:46
Message-ID: E1fFI3y-00073C-42@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clear severity 5 perlcritic warnings from vcregress.pl

My recent update for python3 support used some idioms that are
unapproved. This fixes them. Backpatch to all live branches like the
original.

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3b17d4b9d229d5a6e6ca6d6eaf3cb0710aa9d9af

Modified Files
--------------
src/tools/msvc/vcregress.pl | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-05-06 19:31:09 pgsql: Release notes for 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23.
Previous Message Peter Eisentraut 2018-05-06 03:58:49 pgsql: Tweak tests to support Python 3.7