aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/nodes/README')
-rw-r--r--src/backend/nodes/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/nodes/README b/src/backend/nodes/README
index 489a67eb899..7cf6e3b0410 100644
--- a/src/backend/nodes/README
+++ b/src/backend/nodes/README
@@ -51,6 +51,7 @@ FILES IN THIS DIRECTORY (src/backend/nodes/)
readfuncs.c - convert text representation back to a node tree (*)
makefuncs.c - creator functions for some common node types
nodeFuncs.c - some other general-purpose manipulation functions
+ queryjumblefuncs.c - compute a node tree for query jumbling (*)
(*) - Most functions in these files are generated by
gen_node_support.pl and #include'd there.