mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 09:40:40 -04:00
Silence warning from modern perl about unescaped braces
Back-patch commit 76a1c97bf2 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
This commit is contained in:
parent
ca99f5b5fd
commit
af1f182592
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ sub CopySolutionOutput
|
|||
my $conf = shift;
|
||||
my $target = shift;
|
||||
my $rem =
|
||||
qr{Project\("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}"\) = "([^"]+)"};
|
||||
qr{Project\("\{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942\}"\) = "([^"]+)"};
|
||||
|
||||
my $sln = read_file("pgsql.sln") || croak "Could not open pgsql.sln\n";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue