Fix another typo in e0b1ee17dc
authorAlexander Korotkov <akorotkov@postgresql.org>
Sat, 7 Oct 2023 17:36:47 +0000 (20:36 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Sat, 7 Oct 2023 17:36:47 +0000 (20:36 +0300)
Reported-by: Richard Guo
Discussion: https://postgr.es/m/CAMbWs4_kHMJDak75y1kBTirv-drS1-knT-7Mpg5LprAjqRJDVA%40mail.gmail.com

src/backend/access/nbtree/nbtsearch.c

index 288c6915864b3712333fcceb17add28f84472053..72b052b24911637b9e4596836fe184d2ecc41041 100644 (file)
@@ -1784,7 +1784,7 @@ _bt_readpage(IndexScanDesc scan, ScanDirection dir, OffsetNumber offnum)
            /*
             * If the result of prechecking required keys was true, then in
             * assert-enabled builds we also recheck that _bt_checkkeys()
-            * result is is the same.
+            * result is the same.
             */
            Assert(!requiredMatchedByPrecheck ||
                   passes_quals == _bt_checkkeys(scan, itup, indnatts, dir,