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

Commit acad8b4

Browse files
committed
Fix typo
1 parent 25cf4ed commit acad8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/execMain.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ InitPlan(QueryDesc *queryDesc, int eflags)
869869
/*
870870
* In the partitioned result relation case, lock the non-leaf result
871871
* relations too. A subset of these are the roots of respective
872-
* partitioned tables, for which we also allocate ResulRelInfos.
872+
* partitioned tables, for which we also allocate ResultRelInfos.
873873
*/
874874
estate->es_root_result_relations = NULL;
875875
estate->es_num_root_result_relations = 0;

0 commit comments

Comments
 (0)