pgsql: Fix vcregress.pl for new plperl test case.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix vcregress.pl for new plperl test case.
Date: 2020-01-30 00:13:40
Message-ID: E1iwxSm-0001ow-DU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-01-30 02:18:14 pgsql: Fix slot data persistency when advancing physical replication sl
Previous Message Tom Lane 2020-01-29 23:43:16 pgsql: Invent "trusted" extensions, and remove the pg_pltemplate catalo