Commit f5545287 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo in comment

Author: Amit Langote
Discussion: https://postgr.es/m/b23dc88b-df41-ef07-22c5-12f77cf73b57@lab.ntt.co.jp
parent 2e61c507
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment