git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 50fc694)
Fix vcregress.pl for new plperl test case.
2020年1月30日 00:13:34 +0000 (19:13 -0500)
2020年1月30日 00:13:34 +0000 (19:13 -0500)
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.


diff --git a/src/tools/msvc/vcregress.pl b/src/tools/msvc/vcregress.pl
index 7915ee79256d3e8e65f8a3eace4859b053bbd0df..82dca29a61669589841becf50f9b8c6f9783c652 100644 (file)
--- a/src/tools/msvc/vcregress.pl
+++ b/src/tools/msvc/vcregress.pl
@@ -353,8 +353,8 @@ sub plcheck
if ($lang eq 'plperl')
{
- # run both trusted and untrusted perl tests
- push(@lang_args, "--load-extension=plperlu");
+ # plperl tests will install the extensions themselves
+ @lang_args = ();
# assume we're using this perl to built postgres
# test if we can run two interpreters in one backend, and if so
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /