From: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
---|---|
To: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: trivial grammar refactor |
Date: | 2025-07-25 10:25:15 |
Message-ID: | 202507251025.23ybx5lmbidj@alvherre.pgsql |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2025-Jul-24, Nathan Bossart wrote:
> On Thu, Jul 24, 2025 at 11:54:10AM +0200, Álvaro Herrera wrote:
> > Yeah, thanks for taking a look. That duplication is just me being dumb.
> > Here's a version without that. The only thing that needed to change was
> > changing "CLUSTER opt_verbose" to "CLUSTER VERBOSE" so that the
> > unadorned CLUSTER is handled by "CLUSTER opt_utility_option_list"
> > instead.
>
> I think we can do something similar for ANALYZE. But AFAICT you're right
> that we can't use it for VACUUM and EXPLAIN, at least not easily.
Thank you! Pushed with that change.
--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Jakub Wartak | 2025-07-25 10:27:11 | Re: Adding basic NUMA awareness |
Previous Message | Álvaro Herrera | 2025-07-25 10:23:18 | Re: More protocol.h replacements this time into walsender.c |