| From: | Christoph Berg <myon(at)debian(dot)org> |
|---|---|
| To: | Jehan-Guillaume de Rorthais <jgdr(at)dalibo(dot)com> |
| Cc: | Craig Ringer <craig(dot)ringer(at)enterprisedb(dot)com>, pgsql-pkg-yum(at)postgresql(dot)org |
| Subject: | Re: missing perl test modules in postgresqlXX-devel ? |
| Date: | 2020-11-09 19:45:54 |
| Message-ID: | 20201109194554.GA257077@msg.df7cb.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-pkg-yum |
Re: Jehan-Guillaume de Rorthais
> I agree they should live in -dev packages. But I should admit I have no idea
> why Debian put them in -client ones. Maybe they have some other constraints
> bound to the postgresql-common debian wrapper?
They used to be in the -server-dev-NN package on Debian, but that had
the problem that running tests on installed extension package needed
more than that package's dependencies (namely this -server-dev-NN
package).
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944457
The change means you can "apt install postgresql-NN-whatever make",
check out the "whatever" source, cd there, and run "make installcheck"
(or rather "pg_virtualenv make installcheck").
Maybe moving pgxs to the -server package instead of -client would have
been better, but pg_regress is a client program in nature.
Christoph
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Craig Ringer | 2020-11-10 00:53:40 | Re: missing perl test modules in postgresqlXX-devel ? |
| Previous Message | Jehan-Guillaume de Rorthais | 2020-11-09 10:50:34 | Re: missing perl test modules in postgresqlXX-devel ? |