Add files related to query jumbling in src/include/nodes/ for meson
authorMichael Paquier <michael@paquier.xyz>
Sat, 18 Mar 2023 09:04:04 +0000 (18:04 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 18 Mar 2023 09:04:04 +0000 (18:04 +0900)
This caused ninja clean to not remove the two files generated by
gen_node_support.pl for the query jumbling, for example:
queryjumblefuncs.funcs.c and queryjumblefuncs.switch.c.

Reported-by: Pavel Stehule
Discussion: https://postgr.es/m/CAFj8pRBFiWVRyGYSPziyFuXJbHirNmfWwzbfTyCf8YOdiwK74w@mail.gmail.com

src/include/nodes/meson.build

index efe0834afb4b0471ae13d3bf157fbaf699c39179..9a8e85c4a5e0c4d27cc1eb2e49e4f36e93e4b02a 100644 (file)
@@ -36,6 +36,7 @@ node_support_output = [
   'readfuncs.funcs.c', 'readfuncs.switch.c',
   'copyfuncs.funcs.c', 'copyfuncs.switch.c',
   'equalfuncs.funcs.c', 'equalfuncs.switch.c',
+  'queryjumblefuncs.funcs.c', 'queryjumblefuncs.switch.c',
 ]
 node_support_install = [
   dir_include_server / 'nodes',
@@ -43,6 +44,7 @@ node_support_install = [
   false, false,
   false, false,
   false, false,
+  false, false,
 ]
 
 generated_nodes = custom_target('nodetags.h',