Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit26a81bb

Browse files
committed
Fix vcregress.pl for new plperl test case.
As of commit50fc694, the plperl tests don't want preinstalledplperl languages; they now install those themselves. I'd removed the--load-extension options from the GNUmakefile, but missed teachingthe MSVC build script about that.Per buildfarm.
1 parent50fc694 commit26a81bb

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 ($langeq'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)

[8]ページ先頭

©2009-2025 Movatter.jp