Re: RFC: Extension Packaging & Lookup

Christoph Berg <myon@debian.org>

From: Christoph Berg <myon@debian.org>
To: Paul Ramsey <pramsey@cleverelephant.ca>
Cc: "David E. Wheeler" <david@justatheory.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>, Peter Eisentraut <peter@eisentraut.org>, Andres Freund <andres@anarazel.de>
Date: 2024-10-29T16:51:28Z
Lists: pgsql-hackers
Re: Paul Ramsey
> Thanks for this, David,
> 
> > On Oct 28, 2024, at 3:19 PM, David E. Wheeler <david@justatheory.com> wrote:
> > 
> > ## Challenge: Third Party Dependencies
> 
> This of course is the area that worries the heck out of me, as someone with extensions that includes not just single system dependencies but long chains of them (depending on GDAL draws in a huge tree).

I think this is where the whole idea of "provide binaries outside of
deb/rpm" is just going to die. You are trying to reinvent a wheel that
has been running well for decades, including lots of production
systems. I don't know anyone who would trust that new source of
binaries that doesn't integrate into their OS packaging system.

Christoph