]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Silence warning from modern perl about unescaped braces
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Aug 2017 19:07:20 +0000 (15:07 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Aug 2017 19:07:20 +0000 (15:07 -0400)
commit3d9ae20e75e0fd08420454a316192d0d1038edc4
treeed3646423da90dae827d52c169511a61f6d5d4c3
parentbf19a6fe32840bbb56c10a370df38a56666994cb
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
src/tools/msvc/Install.pm