diff options
author | David Rowley <drowley@postgresql.org> | 2023-04-18 14:03:30 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2023-04-18 14:03:49 +1200 |
commit | eef231e8161eb8031a928fe48134ef25ab81fe5e (patch) | |
tree | 17f1882a677a251f2638fb1893ec2a6fca1885d3 /src/backend/optimizer/path/allpaths.c | |
parent | b4dbf3e924b2556acbe103dc61ac71f9985ff24f (diff) | |
download | postgresql-eef231e8161eb8031a928fe48134ef25ab81fe5e.tar.gz postgresql-eef231e8161eb8031a928fe48134ef25ab81fe5e.zip |
Fix some typos and some incorrectly duplicated words
Author: Justin Pryzby
Reviewed-by: David Rowley
Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com
Diffstat (limited to 'src/backend/optimizer/path/allpaths.c')
-rw-r--r-- | src/backend/optimizer/path/allpaths.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/optimizer/path/allpaths.c b/src/backend/optimizer/path/allpaths.c index 244957a2483..9bdc70c702e 100644 --- a/src/backend/optimizer/path/allpaths.c +++ b/src/backend/optimizer/path/allpaths.c @@ -4051,7 +4051,7 @@ recurse_push_qual(Node *setOp, Query *topquery, * * extra_used_attrs can be passed as non-NULL to mark any columns (offset by * FirstLowInvalidHeapAttributeNumber) that we should not remove. This - * parameter is modifed by the function, so callers must make a copy if they + * parameter is modified by the function, so callers must make a copy if they * need to use the passed in Bitmapset after calling this function. * * To avoid affecting column numbering in the targetlist, we don't physically |