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-00054x-CD@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_5_STABLE

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

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.