From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> |
Cc: | nospam-abuse(at)bloodgate(dot)com, Craig Ringer <craig(at)2ndquadrant(dot)com>, Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: TAP test module - PostgresClient |
Date: | 2017-12-30 15:45:19 |
Message-ID: | 24876.1514648719@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> writes:
> As for out-dating, if we used DBD::PgPP we'd not be not in great danger
> there - it doesn't appear to have changed for many years - latest
> version is dated 2010. If we were to use it we'd have a dependency on
> DBI, but that in itself doesn't seem a great burden.
[ blowing the dust off my old red fedora... ] Actually, there's a
different problem with this proposal: you can bet that DBD::Pg has got a
build dependency on Postgres. If Postgres starts to depend on DBD::Pg
then we've created circular-dependency hell for packagers. We could only
make that work if we carefully kept the DBD::Pg requirement *out* of
"make check" and anything else that a packager might care to run during
package sanity checks. I suppose maybe we could live with a restriction
like that, if we treat this like the SSL tests as something that doesn't
get run except by special manual invocation --- but that'd reduce its
utility greatly don't you think? And I fear there would be quite a risk
of somebody breaking the restriction because they weren't thinking about
it. I note that there are no buildfarm members running any distro
packaging script, so we wouldn't find out about unintended-dependency bugs
until packagers were trying to build a release.
I much prefer the other line of thought about doing whatever we need
to do to make psql workable for the desired type of tests. Or just
write a bespoke testing tool.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2017-12-30 16:16:34 | Re: pgsql: Add parallel-aware hash joins. |
Previous Message | Tom Lane | 2017-12-30 15:31:45 | Re: [HACKERS] taking stdbool.h into use |