remove VersionedQuery support from psql tab completion

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: remove VersionedQuery support from psql tab completion
Date: 2026-07-02 18:51:26
Message-ID: akazLuA2V2_auKiN@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This infrastructure was added by commit 722408bcd1 and was only ever used
for publications and subscriptions. Since we just bumped psql's minimum
supported version to v10, it's no longer used by anything. Furthermore, a
quick glance indicates there's nothing else that should use it. So, IMHO
we might as well remove it.

--
nathan

Attachment Content-Type Size
v1-0001-remove-VersionedQuery-support-from-psql-tab-compl.patch text/plain 12.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2026-07-02 19:41:59 Announcing Release 21 of the PostgreSQL Buildfarm Cient
Previous Message Jim Jones 2026-07-02 18:47:48 Re: Truncate logs by max_log_size