Re: pgsql: Fix msvc builds for ActivePerl > 5.24

2018-03-04 Thread Magnus Hagander
On Sat, Mar 3, 2018 at 9:00 AM, Noah Misch wrote: > On Fri, Mar 02, 2018 at 11:42:32AM +, Magnus Hagander wrote: > > Fix msvc builds for ActivePerl > 5.24 > > > --- a/src/tools/msvc/Mkvcbuild.pm > > +++ b/src/tools/msvc/Mkvcbuild.pm > > @@ -524,9 +524,11 @@ sub mkvcbuild > > my

pgsql: Actually pick .lib file when multiple perl libs are present

2018-03-04 Thread Magnus Hagander
Actually pick .lib file when multiple perl libs are present 7240962f8626ff09bb8f9e71ecdb074775bdd035 got it right in the comment, but the code did not actually do what the comment said. Fix that. Issue pointed out by Noah Misch. Branch -- master Details --- https://git.postgresql.org/pg

pgsql: PL/pgSQL: Simplify RETURN checking for procedures

2018-03-04 Thread Peter Eisentraut
PL/pgSQL: Simplify RETURN checking for procedures Check at compile time that RETURN in a procedure does not specify a parameter, rather than at run time. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f7c7f67fecc40170a2fad2d1cff24dd1ddd22d7f Modified Files ---