Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 26a81bb

Browse filesBrowse 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
Copy full SHA for 26a81bb

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/tools/msvc/vcregress.pl

Copy file name to clipboardExpand all lines: src/tools/msvc/vcregress.pl
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.