mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix misc typos.
Oskari Saarenmaa. Backpatch to stable branches where applicable.
This commit is contained in:
@@ -855,7 +855,7 @@ format_operator_internal(Oid operator_oid, bool force_qualify)
|
||||
|
||||
/*
|
||||
* Would this oper be found (given the right args) by regoperatorin?
|
||||
* If not, or if caller explicitely requests it, we need to qualify
|
||||
* If not, or if caller explicitly requests it, we need to qualify
|
||||
* it.
|
||||
*/
|
||||
if (force_qualify || !OperatorIsVisible(operator_oid))
|
||||
|
||||
Reference in New Issue
Block a user