8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e61c50 commit f554528Copy full SHA for f554528
src/include/nodes/relation.h
@@ -204,7 +204,7 @@ typedef struct PlannerInfo
204
RangeTblEntry **simple_rte_array; /* rangetable as an array */
205
206
/*
207
- * 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
208
* pointers to the corresponding AppendRelInfo entry indexed by
209
* child_relid, or NULL if none. The array itself is not allocated if
210
* append_rel_list is empty.
0 commit comments