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

  1. Silence warning from modern perl about unescaped braces