Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f554528

Browse files
committed
Fix typo in comment
Author: Amit Langote Discussion: https://postgr.es/m/b23dc88b-df41-ef07-22c5-12f77cf73b57@lab.ntt.co.jp
1 parent 2e61c50 commit f554528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/nodes/relation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ typedef struct PlannerInfo
204204
RangeTblEntry **simple_rte_array; /* rangetable as an array */
205205

206206
/*
207-
* append_rel_list is the same length as the above arrays, and holds
207+
* append_rel_array is the same length as the above arrays, and holds
208208
* pointers to the corresponding AppendRelInfo entry indexed by
209209
* child_relid, or NULL if none. The array itself is not allocated if
210210
* append_rel_list is empty.

0 commit comments

Comments
 (0)