mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix vcregress.pl for new plperl test case.
As of commit 50fc694e4
, the plperl tests don't want preinstalled
plperl languages; they now install those themselves. I'd removed the
--load-extension options from the GNUmakefile, but missed teaching
the MSVC build script about that.
Per buildfarm.
This commit is contained in:
@ -353,8 +353,8 @@ sub plcheck
|
|||||||
if ($lang eq 'plperl')
|
if ($lang eq 'plperl')
|
||||||
{
|
{
|
||||||
|
|
||||||
# run both trusted and untrusted perl tests
|
# plperl tests will install the extensions themselves
|
||||||
push(@lang_args, "--load-extension=plperlu");
|
@lang_args = ();
|
||||||
|
|
||||||
# assume we're using this perl to built postgres
|
# assume we're using this perl to built postgres
|
||||||
# test if we can run two interpreters in one backend, and if so
|
# test if we can run two interpreters in one backend, and if so
|
||||||
|
Reference in New Issue
Block a user