Re: src/test/perl/PostgreSQL/Test/*.pm not installed

2022-10-10 Thread Michael Paquier
On Mon, Oct 10, 2022 at 11:34:15AM +0200, Alvaro Herrera wrote: > I noticed that the new Perl test modules are not installed, so if you > try to use PostgreSQL/Test/Cluster.pm in an external test from pgxs, it > fails with the modules not being found. > > I see no reason for this other than having

Re: src/test/perl/PostgreSQL/Test/*.pm not installed

2022-10-10 Thread Tom Lane
Alvaro Herrera writes: > Only 14 and back have this problem. Ah, cool. There's no freeze on those branches ... regards, tom lane

Re: src/test/perl/PostgreSQL/Test/*.pm not installed

2022-10-10 Thread Alvaro Herrera
On 2022-Oct-10, Tom Lane wrote: > +1, but I suppose you need some adjustment in the meson.build files > now too. Oh, right, I forgot ... > (Also, please wait for the v15 release freeze to lift.) ... and now that I look, it turns out that 15 and master need no changes: both the Makefile and the

Re: src/test/perl/PostgreSQL/Test/*.pm not installed

2022-10-10 Thread Tom Lane
Alvaro Herrera writes: > I noticed that the new Perl test modules are not installed, so if you > try to use PostgreSQL/Test/Cluster.pm in an external test from pgxs, it > fails with the modules not being found. > I see no reason for this other than having overseen it in b235d41d9646, > so I propos