Skip to content

Commit 26a81bb

Browse files
committed
Fix vcregress.pl for new plperl test case.
As of commit 50fc694, 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.
1 parent 50fc694 commit 26a81bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ sub plcheck
353353
if ($lang eq 'plperl')
354354
{
355355

356-
# run both trusted and untrusted perl tests
357-
push(@lang_args, "--load-extension=plperlu");
356+
# plperl tests will install the extensions themselves
357+
@lang_args = ();
358358

359359
# assume we're using this perl to built postgres
360360
# test if we can run two interpreters in one backend, and if so

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy