git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3e59e50)
Add files related to query jumbling in src/include/nodes/ for meson
2023年3月18日 09:04:04 +0000 (18:04 +0900)
2023年3月18日 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


diff --git a/src/include/nodes/meson.build b/src/include/nodes/meson.build
index efe0834afb4b0471ae13d3bf157fbaf699c39179..9a8e85c4a5e0c4d27cc1eb2e49e4f36e93e4b02a 100644 (file)
--- 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',
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /