We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc02608 commit 829daabCopy full SHA for 829daab
src/backend/commands/operatorcmds.c
@@ -265,7 +265,7 @@ DefineOperator(List *names, List *parameters)
265
}
266
267
/*
268
- * Look up a restriction estimator function ny name, and verify that it has
+ * Look up a restriction estimator function by name, and verify that it has
269
* the correct signature and we have the permissions to attach it to an
270
* operator.
271
*/
@@ -300,7 +300,7 @@ ValidateRestrictionEstimator(List *restrictionName)
300
301
302
303
- * Look up a join estimator function ny name, and verify that it has the
+ * Look up a join estimator function by name, and verify that it has the
304
* correct signature and we have the permissions to attach it to an
305
306
0 commit comments