Re: trivial grammar refactor

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: trivial grammar refactor
Date: 2025-07-23 15:43:57
Message-ID: aIEDPdecy2D_1d8s@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-07-23 15:59:11 Re: Custom pgstat support performance regression for simple queries
Previous Message Nathan Bossart 2025-07-23 15:40:45 Re: More protocol.h replacements this time into walsender.c