]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix comment in lsyscache.c
authorMichael Paquier <michael@paquier.xyz>
Tue, 30 Dec 2025 07:42:21 +0000 (16:42 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 30 Dec 2025 07:42:21 +0000 (16:42 +0900)
Author: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/CAEoWx2miv0KGcM9j29ANRN45-Vz-2qAqrM0cv9OtaLx8e_WCMQ@mail.gmail.com

src/backend/utils/cache/lsyscache.c

index 5aa7a26d95c3fa47fcc3d53179543e341eb3bcd3..9be36583835d07ba3af2a6b7c23a82354bf5d423 100644 (file)
@@ -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.)
  */