File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/backend/access/nbtree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ rather somewhere to the right of that page. To ensure that VACUUM can't
178178prematurely remove such heap tuples, we require btbulkdelete to obtain a
179179super-exclusive lock on every leaf page in the index, even pages that
180180don't contain any deletable tuples. Any scan which could yield incorrect
181- results if the tuple at a TID matching the the scan's range and filter
181+ results if the tuple at a TID matching the scan's range and filter
182182conditions were replaced by a different tuple while the scan is in
183183progress must hold the pin on each index page until all index entries read
184184from the page have been processed. This guarantees that the btbulkdelete
You can’t perform that action at this time.
0 commit comments