projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b8cb9c
)
Fix typo
author
John Naylor
<
[email protected]
>
Sat, 14 Dec 2024 02:52:08 +0000
(09:52 +0700)
committer
John Naylor
<
[email protected]
>
Sat, 14 Dec 2024 02:52:08 +0000
(09:52 +0700)
Ryo Kanbayashi
Discussion: https://postgr.es/m/CANOn0ExEQiPVrzkjULkENVac_n4Lknm6dxsU69MSncQap0kJVA%40mail.gmail.com
src/backend/optimizer/util/restrictinfo.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/util/restrictinfo.c
b/src/backend/optimizer/util/restrictinfo.c
index 9e1458401c26db72e637d49cf59deb83c2d395d4..ca3e764c2015fbdd05eaddb1992f8f337c4f8e3e 100644
(file)
--- 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 con
trucit
ng RestrictInfos above OR clause, which already has
+ * useful while con
structi
ng RestrictInfos above OR clause, which already has
* RestrictInfos above its subclauses.
*/
RestrictInfo *