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-00054u-C3@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
------
REL_10_STABLE

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

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.