Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b8443ea

Browse files
committed
Fix out-of-date version reference, grammar.
Time appears to be passing fast. Reported-By: Peter Geoghegan <pg@bowt.ie>
1 parent dc7420c commit b8443ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/access/nbtree/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ the cost of walking down the tree in such common cases.
412412

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

src/backend/access/transam/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ XID less than this could be about to appear in the ProcArray, because of the
318318
XidGenLock interlock discussed above.)
319319

320320
As GetSnapshotData is performance critical, it does not perform an accurate
321-
oldest-xmin calculation (it used to, until v13). The contents of a snapshot
321+
oldest-xmin calculation (it used to, until v14). The contents of a snapshot
322322
only depend on the xids of other backends, not their xmin. As backend's xmin
323323
changes much more often than its xid, having GetSnapshotData look at xmins
324324
can lead to a lot of unnecessary cacheline ping-pong. Instead

0 commit comments

Comments
 (0)