pgsql: MSVC: Add "use File::Path qw(rmtree)". - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: MSVC: Add "use File::Path qw(rmtree)".
Date
Msg-id E1hVoOJ-00054w-CA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
MSVC: Add "use File::Path qw(rmtree)".

My back-patch of commit 10b72deafea5972edcafb9eb3f97154f32ccd340 added
calls to File::Path::rmtree(), but v10 and older had not been importing
that symbol.  Back-patch to v10, 9.6 and 9.5.

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7a518cba67a6572a83394e7e711ce3ded22489c3

Modified Files
--------------
src/tools/msvc/vcregress.pl | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix typo in message
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Make one message just like all its siblings.