public inbox for [email protected]  
help / color / mirror / Atom feed
From: Laurenz Albe <[email protected]>
To: bruno vieira da silva <[email protected]>
To: [email protected]
Subject: Re: how to tell if a pg version supports a linux distribution
Date: Thu, 06 Jun 2024 10:41:14 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAB+Nuk8AxD_768KfsJgjQUSg4mU-3F_p+DhxZVmdw9S=a0QK7w@mail.gmail.com>
References: <CAB+Nuk8AxD_768KfsJgjQUSg4mU-3F_p+DhxZVmdw9S=a0QK7w@mail.gmail.com>

On Wed, 2024-06-05 at 16:24 -0400, bruno vieira da silva wrote:
> Hello, if a pg version has been tested on the buildfarm but the pg yum
> repository doesn't have packages for a linux distribution that means
> that distribution isn't supported by pg? how can I find if linux
> distributions for a pg version have regression tests executed against.
> 
> e.g. : postgresql 16 doesn't have packages on yum for centos 7 but I
> can find tests on the buildfarm for it.
> 
> https://buildfarm.postgresql.org/index.html

PostgreSQL supports all Linux distributions.  It doesn't particularly
care about the distribution as long as all the required software is
installed (https://www.postgresql.org/docs/current/install-requirements.html).

There are certainly other considerations.  For example, if your Linux
distribution uses musl as C library, which has dysfunctional collation
support, then collations won't work in PostgreSQL either, since it uses
that functionality by default.

If you want to avoid surprises, it might be good to use widely-used
distributions, but that doesn't mean that other distributions are not
supported.

Packaging is a completely different affair.  PostgreSQL provides
binary packages for the distributions that a packager cares about.
If Devrim decides that he doesn't want to build packages for v16
for a crummy old CentOS release, that's his choice.

Yours,
Laurenz Albe






view thread (3+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected]
  Subject: Re: how to tell if a pg version supports a linux distribution
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox