Commit 829daab4 authored by Michael Paquier's avatar Michael Paquier

Fix typos in operatorcmds.c

Author: Kyotaro Horiguchi, Justin Pryzby
Discussion: https://postgr.es/m/20210428.173633.1525059946206239295.horikyota.ntt@gmail.com
parent dc026086
...@@ -265,7 +265,7 @@ DefineOperator(List *names, List *parameters) ...@@ -265,7 +265,7 @@ DefineOperator(List *names, List *parameters)
} }
/* /*
* 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
* the correct signature and we have the permissions to attach it to an * the correct signature and we have the permissions to attach it to an
* operator. * operator.
*/ */
...@@ -300,7 +300,7 @@ ValidateRestrictionEstimator(List *restrictionName) ...@@ -300,7 +300,7 @@ ValidateRestrictionEstimator(List *restrictionName)
} }
/* /*
* 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
* correct signature and we have the permissions to attach it to an * correct signature and we have the permissions to attach it to an
* operator. * operator.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment