From f5545287dc5f565b091f2312684d14fda0705a9a Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 27 Jun 2018 15:40:24 -0400 Subject: [PATCH] Fix typo in comment Author: Amit Langote Discussion: https://postgr.es/m/b23dc88b-df41-ef07-22c5-12f77cf73b57@lab.ntt.co.jp --- src/include/nodes/relation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0