From: Michael Paquier Date: Sat, 18 Mar 2023 09:04:04 +0000 (+0900) Subject: Add files related to query jumbling in src/include/nodes/ for meson X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0e681cf0390ddd720424cd134a2c42dffc2934fd;p=users%2Frhaas%2Fpostgres.git Add files related to query jumbling in src/include/nodes/ for meson 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 --- diff --git a/src/include/nodes/meson.build b/src/include/nodes/meson.build index efe0834afb..9a8e85c4a5 100644 --- a/src/include/nodes/meson.build +++ b/src/include/nodes/meson.build @@ -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',