summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2018-06-27 19:40:24 +0000
committerAlvaro Herrera2018-06-27 19:40:28 +0000
commitf5545287dc5f565b091f2312684d14fda0705a9a (patch)
tree7337873ce784d58fdaacb4c9f908b3423b6b26fb
parent2e61c50785a0dca6ed30a1a5522457b18bbb5498 (diff)
Fix typo in comment
Author: Amit Langote Discussion: https://postgr.es/m/[email protected]
-rw-r--r--src/include/nodes/relation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index 346cf08936..7cae3fcfb5 100644
--- a/src/include/nodes/relation.h
+++ b/src/include/nodes/relation.h
@@ -204,7 +204,7 @@ typedef struct PlannerInfo
RangeTblEntry **simple_rte_array; /* rangetable as an array */
/*
- * append_rel_list is the same length as the above arrays, and holds
+ * append_rel_array is the same length as the above arrays, and holds
* pointers to the corresponding AppendRelInfo entry indexed by
* child_relid, or NULL if none. The array itself is not allocated if
* append_rel_list is empty.