mirror of
https://github.com/postgres/postgres.git
synced 2026-01-26 09:41:40 +03:00
Fix comment in lsyscache.c
Author: Chao Li <li.evan.chao@gmail.com> Discussion: https://postgr.es/m/CAEoWx2miv0KGcM9j29ANRN45-Vz-2qAqrM0cv9OtaLx8e_WCMQ@mail.gmail.com
This commit is contained in:
6
src/backend/utils/cache/lsyscache.c
vendored
6
src/backend/utils/cache/lsyscache.c
vendored
@@ -768,9 +768,9 @@ get_op_index_interpretation(Oid opno)
|
||||
* semantics.
|
||||
*
|
||||
* This is trivially true if they are the same operator. Otherwise,
|
||||
* Otherwise, we look to see if they both belong to an opfamily that
|
||||
* guarantees compatible semantics for equality. Either finding allows us to
|
||||
* assume that they have compatible notions of equality. (The reason we need
|
||||
* we look to see if they both belong to an opfamily that guarantees
|
||||
* compatible semantics for equality. Either finding allows us to assume
|
||||
* that they have compatible notions of equality. (The reason we need
|
||||
* to do these pushups is that one might be a cross-type operator; for
|
||||
* instance int24eq vs int4eq.)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user