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
178
178
prematurely remove such heap tuples, we require btbulkdelete to obtain a
179
179
super-exclusive lock on every leaf page in the index, even pages that
180
180
don'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
182
182
conditions were replaced by a different tuple while the scan is in
183
183
progress must hold the pin on each index page until all index entries read
184
184
from the page have been processed. This guarantees that the btbulkdelete
You can’t perform that action at this time.
0 commit comments