Re: trivial grammar refactor - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: trivial grammar refactor
Date
Msg-id 202507251025.23ybx5lmbidj@alvherre.pgsql
Whole thread Raw
In response to Re: trivial grammar refactor  (Nathan Bossart <nathandbossart@gmail.com>)
List 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/



pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: More protocol.h replacements this time into walsender.c
Next
From: Jakub Wartak
Date:
Subject: Re: Adding basic NUMA awareness