Re: Gettting warning message during PostgreSQL-9.5 installation on Windows
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ashutosh Sharma <ashu.coek88@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-08-02T19:09:05Z
Lists: pgsql-hackers
Ashutosh Sharma <ashu.coek88@gmail.com> writes: > I am getting this warning message when trying to install > PostgreSQL-v9.5 on Windows with Perl-5.22 and above, > Unescaped left brace in regex is deprecated, passed through in regex; > Please note that from perl-5.26 onwards, this is considered as a > syntax error instead of warning. Mmm, yeah, we'd better fix it then, because people will surely try to use older branches with current Perl. Pushed. regards, tom lane
Commits
-
Silence warning from modern perl about unescaped braces
- 1188b9b2c3b9 9.2.22 landed
- af1f1825924b 9.5.8 landed
- 8892170e7ffd 9.4.13 landed
- 3d9ae20e75e0 9.3.18 landed
- 76a1c97bf21c 9.6.0 cited