Re: how to tell if a pg version supports a linux distribution

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: bruno vieira da silva <brunogiovs(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: how to tell if a pg version supports a linux distribution
Date: 2024-06-05 20:35:26
Message-ID: e47e89fc-1639-4e67-9012-fb22d1ca623d@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/5/24 1:24 PM, 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
> <https://buildfarm.postgresql.org/index.html>

Should have added to previous post:

https://yum.postgresql.org/

Available PostgreSQL Releases

Click on Postgres version number to see what distro versions are supported.

>
> Thanks
>
> --
> Bruno Vieira da Silva

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Koen De Groote 2024-06-05 21:54:52 Re: Questions on logical replication
Previous Message Adrian Klaver 2024-06-05 20:31:51 Re: how to tell if a pg version supports a linux distribution