aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/gen_node_support.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/nodes/gen_node_support.pl')
-rw-r--r--src/backend/nodes/gen_node_support.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/nodes/gen_node_support.pl b/src/backend/nodes/gen_node_support.pl
index c8595109b0e..9ecddb14231 100644
--- a/src/backend/nodes/gen_node_support.pl
+++ b/src/backend/nodes/gen_node_support.pl
@@ -1329,7 +1329,7 @@ _jumble${n}(JumbleState *jstate, Node *node)
# Node type. Squash constants if requested.
if ($query_jumble_squash)
{
- print $jff "\tJUMBLE_ELEMENTS($f);\n"
+ print $jff "\tJUMBLE_ELEMENTS($f, node);\n"
unless $query_jumble_ignore;
}
else