]> granicus.if.org Git - postgresql/commitdiff
Remove duplicated word in README
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 13 Apr 2015 17:28:21 +0000 (14:28 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 13 Apr 2015 17:28:21 +0000 (14:28 -0300)
src/backend/access/nbtree/README

index c904d2ff6c820e2794adbc181a3c2c0093958c40..5c0bc7948480c911009b0aec73a776f7a6bfc2aa 100644 (file)
@@ -178,7 +178,7 @@ rather somewhere to the right of that page.  To ensure that VACUUM can't
 prematurely remove such heap tuples, we require btbulkdelete to obtain a
 super-exclusive lock on every leaf page in the index, even pages that
 don't contain any deletable tuples.  Any scan which could yield incorrect
-results if the tuple at a TID matching the the scan's range and filter
+results if the tuple at a TID matching the scan's range and filter
 conditions were replaced by a different tuple while the scan is in
 progress must hold the pin on each index page until all index entries read
 from the page have been processed.  This guarantees that the btbulkdelete