Silence warning from modern perl about unescaped braces

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1188b9b2c3b987e2abe3e0dca0c6dfe6f350a6bd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-08-02T19:07:21Z
Releases: 9.2.22
Silence warning from modern perl about unescaped braces

Back-patch commit 76a1c97bf21c301f61bb41345e0cdd0d365b2086 into
the older branches (9.5 and before).  This is needed because perl
5.26 and later treats the case as an error not just a warning.

Original patch by Andrew Dunstan, need for back-patch noted by
Ashutosh Sharma

Discussion: https://postgr.es/m/CAE9k0PkfNcmj9pA7Yx4qQ=K=3aY4TuiRhp7KYpayDWm9MYsnjg@mail.gmail.com

Files

PathChange+/−
src/tools/msvc/Install.pm modified +1 −1

Discussion