1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Fix out-of-date version reference, grammar.

Time appears to be passing fast.

Reported-By: Peter Geoghegan <pg@bowt.ie>
This commit is contained in:
Andres Freund
2020-08-12 17:04:51 -07:00
parent dc7420c2c9
commit b8443eae72
2 changed files with 2 additions and 2 deletions

View File

@@ -412,7 +412,7 @@ the cost of walking down the tree in such common cases.
The optimization works on the assumption that there can only be one
non-ignorable leaf rightmost page, and so not even a visible-to-everyone
style interlock required. We cannot fail to detect that our hint was
style interlock is required. We cannot fail to detect that our hint was
invalidated, because there can only be one such page in the B-Tree at
any time. It's possible that the page will be deleted and recycled
without a backend's cached page also being detected as invalidated, but