Re: Missing rules for queryjumblefuncs.{funcs,switch}.c for maintainer-clean
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Richard Guo <guofenglinux@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>, Nathan Bossart <nathandbossart@gmail.com>
Date: 2023-03-20T07:46:08Z
Lists: pgsql-hackers
On Mon, Mar 20, 2023 at 03:18:17PM +0800, Richard Guo wrote: > 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 Right, missed that. How about removing the "fout/five" entirely here and make that simpler? I would propose: "For some classes of node types, you don't need all the support functions." -- Michael
Commits
-
Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/
- e8e1f96c497b 16.0 landed