restrictinfo_c_typo.patch
application/x-patch
Filename: restrictinfo_c_typo.patch
Type: application/x-patch
Part: 0
Message:
typo in a comment of restrictinfo.c
Patch
Format: unified
| File | + | − |
|---|---|---|
| src/backend/optimizer/util/restrictinfo.c | 1 | 1 |
diff --git a/src/backend/optimizer/util/restrictinfo.c b/src/backend/optimizer/util/restrictinfo.c index 9e1458401c..ca3e764c20 100644 --- a/src/backend/optimizer/util/restrictinfo.c +++ b/src/backend/optimizer/util/restrictinfo.c @@ -96,7 +96,7 @@ make_restrictinfo(PlannerInfo *root, * make_plain_restrictinfo * * Common code for the main entry points and the recursive cases. Also, - * useful while contrucitng RestrictInfos above OR clause, which already has + * useful while constructing RestrictInfos above OR clause, which already has * RestrictInfos above its subclauses. */ RestrictInfo *