Skip to content

Commit 6695e95

Browse files
committed
Fix typo
1 parent 0692f29 commit 6695e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/execMain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ InitPlan(QueryDesc *queryDesc, int eflags)
865865
/*
866866
* In the partitioned result relation case, lock the non-leaf result
867867
* relations too. A subset of these are the roots of respective
868-
* partitioned tables, for which we also allocate ResulRelInfos.
868+
* partitioned tables, for which we also allocate ResultRelInfos.
869869
*/
870870
estate->es_root_result_relations = NULL;
871871
estate->es_num_root_result_relations = 0;

0 commit comments

Comments
 (0)