Hi,
On 2021-10-04 14:38:16 -0700, Andres Freund wrote:
> 2) For some reason src/tools/install.pl doesn't install plperl[u].control,
> plperl[u]--1.0.sql - But apparently the buildfarm doesn't have that issue,
> because drongo successfully ran the plperl tests?
Oh, figured that one out: Install.pm checks the current directory for
config.pl - but my invocation was from the source tree root (which is
supported for most things). Because of that it skipped installing plperl, as
it though it wasn't installed.
Greetings,
Andres Freund