summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Naylor2024-12-14 02:52:08 +0000
committerJohn Naylor2024-12-14 02:52:08 +0000
commitc72ca3ddec15b73d9f9dc3e21b8db5d958b0dad7 (patch)
tree24665e3192693d9fa1fb8c350ed1f012c967b9ec
parent7b8cb9cd6a76b1b6a77032a1c352b258b6abfd39 (diff)
Fix typo
Ryo Kanbayashi Discussion: https://postgr.es/m/CANOn0ExEQiPVrzkjULkENVac_n4Lknm6dxsU69MSncQap0kJVA%40mail.gmail.com
-rw-r--r--src/backend/optimizer/util/restrictinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/optimizer/util/restrictinfo.c b/src/backend/optimizer/util/restrictinfo.c
index 9e1458401c2..ca3e764c201 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 *