diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-03-22 07:43:23 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-03-22 07:51:16 +0900 |
commit | e8e1f96c497bda50ec02ed7360a6ed56c5f70f60 (patch) | |
tree | d3603e5b042e958aa70bfc075988f52e25f4dccf /src/backend/executor/nodeProjectSet.c | |
parent | b94c671648a6b2141f3309386023afd47f0bd886 (diff) | |
download | postgresql-e8e1f96c497bda50ec02ed7360a6ed56c5f70f60.tar.gz postgresql-e8e1f96c497bda50ec02ed7360a6ed56c5f70f60.zip |
Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/
The files generated by gen_node_support.pl for query jumbling
(queryjumblefuncs.funcs.c and queryjumblefuncs.switch.c) were not being
removed on make maintainer-clean (they need to remain around after a
simple "clean"). This commit makes the operation consistent with the
copy, equal, out and read files.
While on it, update a comment in the nodes'README where a reference to
queryjumblefuncs.funcs.c was missing.
Reported-by: Nathan Bossart
Reviewed-by: Richard Guo, Daniel Gustafsson
Discussion: https://postgr.es/m/ZBgAfTHcL6W7zGdW@paquier.xyz
Diffstat (limited to 'src/backend/executor/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions