pgsql: Fix vcregress.pl for new plperl test case. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix vcregress.pl for new plperl test case.
Date
Msg-id E1iwxSm-0001ow-DU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/26a81bb8152bd9f29bc24c1edfc00e2cbcd68548

Modified Files
--------------
src/tools/msvc/vcregress.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Invent "trusted" extensions, and remove the pg_pltemplate catalo
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix slot data persistency when advancing physical replication sl