Re: trivial grammar refactor - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: trivial grammar refactor
Date
Msg-id aIEDPdecy2D_1d8s@nathan
Whole thread Raw
In response to trivial grammar refactor  (Álvaro Herrera <alvherre@kurilemu.de>)
Responses Re: trivial grammar refactor
List pgsql-hackers
On Wed, Jul 23, 2025 at 05:38:34PM +0200, Álvaro Herrera wrote:
> I noticed some duplicative coding while hacking on REPACK[1].  We can
> save a few lines now with a trivial change to the rules for CHECKPOINT
> and REINDEX, and allow to save a few extra lines in that patch.
> 
> Any objections to this?

Seems reasonable to me.  Any chance we can use this for CLUSTER, VACUUM,
ANALYZE, and EXPLAIN, too?

-- 
nathan



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: More protocol.h replacements this time into walsender.c
Next
From: Andres Freund
Date:
Subject: Re: Custom pgstat support performance regression for simple queries