Missing rules for queryjumblefuncs.{funcs,switch}.c for maintainer-clean
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Nathan Bossart <nathandbossart@gmail.com>
Date: 2023-03-20T06:43:09Z
Lists: pgsql-hackers
Attachments
- queryjumble-make.patch (text/x-diff) patch
Hi all, 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? -- Michael
Commits
-
Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/
- e8e1f96c497b 16.0 landed