Re: As a Linux distro, how to package multiple postgres major versions?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Chocimier <chocimier(at)tlen(dot)pl>, pgsql-general(at)lists(dot)postgresql(dot)org, Laurent FAILLIE <l_faillie(at)yahoo(dot)com>, Ron <ronljohnsonjr(at)gmail(dot)com>
Subject: Re: As a Linux distro, how to package multiple postgres major versions?
Date: 2022-01-04 23:18:42
Message-ID: 70090ade-34df-fe9b-f4d7-ea2fe27383d9@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/4/22 13:15, Chocimier wrote:
> Hello,
>
> I left process as described in previous message.
>
> That's after people on irc confirmed that using libpq across versions is
> fine,
> and realizing that libpq is just a client to talk to server, and doesn't
> implement other server functionality.

As long as you are using the latest version of libpq. For a recent
thread on where it may be causing an issue because of incompatibilities:

https://www.postgresql.org/message-id/4042326.1641321158%40sss.pgh.pa.us
>
> W dniu 25.11.2021 o 21:17, Laurent FAILLIE pisze:
>> Hello,
>>
>> Which distribution are you speaking about ?
>
>> When you're upgrading your system, all supported version are rebuilt
>> every time a dependencies change
>
> Void Linux, a binary distribution. Packages are rebuild here only on
> shlib changes, not after every dependency update, in trust to library
> developers keeping compatibility otherwise, so far with good outcome.
> Switching versions is not yet enabled for postgres, but planned on next
> update.
>
> Thanks for tips!
>
>

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2022-01-05 05:51:55 Re: md5 issues Postgres14 on OL7
Previous Message Tom Lane 2022-01-04 23:15:33 Re: Tab-completion error...?