mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Remove duplicate words in docs and code comments.
Additionally, add a missing "the" in a couple of places. Author: Vignesh C, Dagfinn Ilmari Mannsåker Discussion: http://postgr.es/m/CALDaNm28t+wWyPfuyqEaARS810Je=dRFkaPertaLAEJYY2cWYQ@mail.gmail.com
This commit is contained in:
@@ -1664,7 +1664,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()
|
||||
* assert-enabled builds we also recheck that the _bt_checkkeys()
|
||||
* result is the same.
|
||||
*/
|
||||
Assert(!requiredMatchedByPrecheck ||
|
||||
@@ -1783,7 +1783,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()
|
||||
* assert-enabled builds we also recheck that the _bt_checkkeys()
|
||||
* result is the same.
|
||||
*/
|
||||
Assert(!requiredMatchedByPrecheck ||
|
||||
|
||||
@@ -846,7 +846,7 @@ restart:
|
||||
|
||||
/*
|
||||
* If we got here without a DecodedXLogRecord, it means we needed to
|
||||
* validate total_len before trusting it, but by now now we've done that.
|
||||
* validate total_len before trusting it, but by now we've done that.
|
||||
*/
|
||||
if (decoded == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user