[COMMITTERS] pgsql: Add semicolons to eval'd strings to hide a minor Perl behavioral

2013-06-03 Thread Tom Lane
Add semicolons to eval'd strings to hide a minor Perl behavioral change. "eval q{foo}" used to complain that the error was on line 2 of the eval'd string, because eval internally tacked on "\n;" so that the end of the erroneous command was indeed on line 2. But as of Perl 5.18 it more sanely says

[COMMITTERS] pgsql: Add semicolons to eval'd strings to hide a minor Perl behavioral

2013-06-03 Thread Tom Lane
Add semicolons to eval'd strings to hide a minor Perl behavioral change. "eval q{foo}" used to complain that the error was on line 2 of the eval'd string, because eval internally tacked on "\n;" so that the end of the erroneous command was indeed on line 2. But as of Perl 5.18 it more sanely says

[COMMITTERS] pgsql: Add semicolons to eval'd strings to hide a minor Perl behavioral

2013-06-03 Thread Tom Lane
Add semicolons to eval'd strings to hide a minor Perl behavioral change. "eval q{foo}" used to complain that the error was on line 2 of the eval'd string, because eval internally tacked on "\n;" so that the end of the erroneous command was indeed on line 2. But as of Perl 5.18 it more sanely says

[COMMITTERS] pgsql: Add semicolons to eval'd strings to hide a minor Perl behavioral

2013-06-03 Thread Tom Lane
Add semicolons to eval'd strings to hide a minor Perl behavioral change. "eval q{foo}" used to complain that the error was on line 2 of the eval'd string, because eval internally tacked on "\n;" so that the end of the erroneous command was indeed on line 2. But as of Perl 5.18 it more sanely says