diff options
Diffstat (limited to 'src/backend/catalog/pg_operator.c')
-rw-r--r-- | src/backend/catalog/pg_operator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/pg_operator.c b/src/backend/catalog/pg_operator.c index ef811021504..61093dc4735 100644 --- a/src/backend/catalog/pg_operator.c +++ b/src/backend/catalog/pg_operator.c @@ -124,7 +124,7 @@ validOperatorName(const char *name) * finds an operator given an exact specification (name, namespace, * left and right type IDs). * - * *defined is set TRUE if defined (not a shell) + * *defined is set true if defined (not a shell) */ static Oid OperatorGet(const char *operatorName, @@ -164,7 +164,7 @@ OperatorGet(const char *operatorName, * looks up an operator given a possibly-qualified name and * left and right type IDs. * - * *defined is set TRUE if defined (not a shell) + * *defined is set true if defined (not a shell) */ static Oid OperatorLookup(List *operatorName, |