Fix a typo in _bt_readpage - Mailing list pgsql-hackers

From Richard Guo
Subject Fix a typo in _bt_readpage
Date
Msg-id CAMbWs4_kHMJDak75y1kBTirv-drS1-knT-7Mpg5LprAjqRJDVA@mail.gmail.com
Whole thread Raw
Responses Re: Fix a typo in _bt_readpage
List pgsql-hackers
I just noticed that e8c334c47a fixes typos in e0b1ee17dc.  I think there
is an omission in _bt_readpage.

--- a/src/backend/access/nbtree/nbtsearch.c
+++ b/src/backend/access/nbtree/nbtsearch.c
@@ -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,

Thanks
Richard

pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Wrong results with grouping sets
Next
From: Laurenz Albe
Date:
Subject: Re: Fix output of zero privileges in psql