Re: Missing rules for queryjumblefuncs.{funcs,switch}.c for maintainer-clean

Richard Guo <guofenglinux@gmail.com>

From: Richard Guo <guofenglinux@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>, Nathan Bossart <nathandbossart@gmail.com>
Date: 2023-03-20T07:18:17Z
Lists: pgsql-hackers
On Mon, Mar 20, 2023 at 2:43 PM Michael Paquier <michael@paquier.xyz> wrote:

> Nathan has reported to me offlist that maintainer-clean was not doing
> its job for the files generated by gen_node_support.pl in
> src/backend/nodes/ for the query jumbling.  Attached is a patch to
> take care of this issue.
>
> While on it, I have found a comment in the related README that was
> missing a refresh.
>
> Any objections or comments?


A minor comment for the README is that now we have five support
functions not four.

- outcome.  (For some classes of node types, you don't need all four support
+ outcome.  (For some classes of node types, you don't need all five support

Thanks
Richard

Commits

  1. Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/