mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future.
This commit is contained in:
@ -6908,8 +6908,8 @@ apply_scanjoin_target_to_paths(PlannerInfo *root,
|
||||
scanjoin_targets_contain_srfs);
|
||||
|
||||
/*
|
||||
* If the relation is partitioned, recurseively apply the same changes to
|
||||
* all partitions and generate new Append paths. Since Append is not
|
||||
* If the relation is partitioned, recursively apply the same changes to
|
||||
* all partitions and generate new Append paths. Since Append is not
|
||||
* projection-capable, that might save a separate Result node, and it also
|
||||
* is important for partitionwise aggregate.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user