| From: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: remove VersionedQuery support from psql tab completion |
| Date: | 2026-07-06 14:12:58 |
| Message-ID: | aku36gZzqC7Rp5bq@nathan |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, Jul 02, 2026 at 06:17:38PM -0400, Tom Lane wrote:
> Nathan Bossart <nathandbossart(at)gmail(dot)com> writes:
>> 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.
>
> This seems a little short-sighted. Do you think we'll never again
> make any catalog changes that affect tab completion? Admittedly,
> maybe all such cases will fall under what SchemaQuery is good for.
> But that's significantly harder to use, so I'm not really in a
> hurry to make that tradeoff.
That's what I thought at first, but given we didn't accumulate any other
uses in the ~8 years it was around, I think there's a reasonably good
chance it goes unused for quite a while longer. This was just a small bit
of cleanup; I'm fine with leaving it around if you want.
--
nathan
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Salma El-Sayed | 2026-07-06 14:13:37 | Re: [GSoC 2026] - B-tree Index Bloat Reduction - Approach & Questions |
| Previous Message | Daniel Gustafsson | 2026-07-06 14:12:42 | Re: Path Traversal Vulnerability in pg_dump Directory Format |