Skip to content

Commit 829daab

Browse files
committed
Fix typos in operatorcmds.c
Author: Kyotaro Horiguchi, Justin Pryzby Discussion: https://postgr.es/m/[email protected]
1 parent dc02608 commit 829daab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/operatorcmds.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ DefineOperator(List *names, List *parameters)
265265
}
266266

267267
/*
268-
* Look up a restriction estimator function ny name, and verify that it has
268+
* Look up a restriction estimator function by name, and verify that it has
269269
* the correct signature and we have the permissions to attach it to an
270270
* operator.
271271
*/
@@ -300,7 +300,7 @@ ValidateRestrictionEstimator(List *restrictionName)
300300
}
301301

302302
/*
303-
* Look up a join estimator function ny name, and verify that it has the
303+
* Look up a join estimator function by name, and verify that it has the
304304
* correct signature and we have the permissions to attach it to an
305305
* operator.
306306
*/

0 commit comments

Comments
 (0)