diff options
Diffstat (limited to 'src/backend/parser/parse_oper.c')
-rw-r--r-- | src/backend/parser/parse_oper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/parse_oper.c b/src/backend/parser/parse_oper.c index d7971cc3d9f..568eda0cf7c 100644 --- a/src/backend/parser/parse_oper.c +++ b/src/backend/parser/parse_oper.c @@ -1023,7 +1023,7 @@ static HTAB *OprCacheHash = NULL; * make_oper_cache_key * Fill the lookup key struct given operator name and arg types. * - * Returns TRUE if successful, FALSE if the search_path overflowed + * Returns true if successful, false if the search_path overflowed * (hence no caching is possible). * * pstate/location are used only to report the error position; pass NULL/-1 |