Re: pgsql: libpq: Grease the protocol by default - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: pgsql: libpq: Grease the protocol by default
Date
Msg-id CAOYmi+=J2BtChfaRSo7YnWe=O2OOwA43vAte+67XDMAaZQ-=Pg@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: libpq: Grease the protocol by default  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: libpq: Grease the protocol by default
List pgsql-hackers
On Tue, Feb 24, 2026 at 10:50 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Simple is good here.  I don't think we'd buy much by distinguishing
> minor versions of already-EOL servers.  Also, I suspect that
> pg_upgrade can't get the minor version except by starting the server
> and asking it --- we don't record anything but major version on-disk.

We do store (the major version part of) `pg_ctl --version` at some
point, which we could improve upon, but I agree that adding additional
complexity here doesn't actually give us any benefit.

--Jacob



pgsql-hackers by date:

Previous
From: Pavel Borisov
Date:
Subject: Re: New isolation test insert-conflict-do-update-4 outputs rows in alternative ordering
Next
From: "Matheus Alcantara"
Date:
Subject: Re: Hash-based MCV matching for large IN-lists