Re: Version 6 binaries for RHEL 7

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Kerr Livingstone <david(dot)kerr(dot)livingstone(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Version 6 binaries for RHEL 7
Date: 2024-02-17 18:25:08
Message-ID: 3694238.1708194308@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> writes:
> On 2/17/24 09:49, Kerr Livingstone wrote:
>> Postgres version 6.2 …

> Yikes.

Indeed. I strongly suspect that the OP actually means 16.2.

> I believe you are looking at downloading the source:

Yeah, it's clear from

https://yum.postgresql.org/packages/

that Devrim has stopped building new PG branches for RHEL7,
and I also see the announcement of that:

https://yum.postgresql.org/news/rhel7-postgresql-rpms-end-of-life/

However, all is not lost. My answer to this would be to construct an
SRPM for 16.2 on RHEL7 yourself. Downloading Devrim's SRPMs for 15.x
on RHEL7 and 16.2 on RHEL8 and diff'ing the .spec files would be a
pretty good guide to how to adapt the 16.2/RHEL8 SRPM for RHEL7.
If you've never worked with deconstructing SRPMs or building binary
packages from one, now is a good time to learn. Being able to do this
sort of thing is one of the fundamental advantages that open-source
distros have over closed-source ones, so you shouldn't ignore it.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2024-02-17 18:25:11 Re: "reverse" (?) UPSERT -- how to ?
Previous Message Karsten Hilbert 2024-02-17 18:22:53 Re: "reverse" (?) UPSERT -- how to ?