Re: RFC: Extension Packaging & Lookup

From: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: Paul Ramsey <pramsey(at)cleverelephant(dot)ca>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Gabriele Bartolini <gabriele(dot)bartolini(at)enterprisedb(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: RFC: Extension Packaging & Lookup
Date: 2024-10-29 17:11:43
Message-ID: C6C08C29-0310-4A9C-B3E6-51B263ECA85C@justatheory.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Oct 29, 2024, at 13:03, David E. Wheeler <david(at)justatheory(dot)com> wrote:

> That’s fine for Linux, but more challenging for macOS and Windows. It’s also an issue that the apt and yum repositories, while having a lot of stuff, don’t have all extensions.

Sorry, I think I was too quick to respond there. To the degree possible, it makes sense to me that one would try to depend on DSO packages provided by OS packaging systems. For non-Linux systems, that might mean requiring a third-party packaging system like Homebrew (macOS) or Chocolatey (Windows).

The trick will be how to add such dependencies to a Docker container at runtime.

Best,

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2024-10-29 17:15:20 Re: Support LIKE with nondeterministic collations
Previous Message David E. Wheeler 2024-10-29 17:09:54 Re: RFC: Extension Packaging & Lookup