1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23: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

@ -318,7 +318,7 @@ XID less than this could be about to appear in the ProcArray, because of the
XidGenLock interlock discussed above.)
As GetSnapshotData is performance critical, it does not perform an accurate
oldest-xmin calculation (it used to, until v13). The contents of a snapshot
oldest-xmin calculation (it used to, until v14). The contents of a snapshot
only depend on the xids of other backends, not their xmin. As backend's xmin
changes much more often than its xid, having GetSnapshotData look at xmins
can lead to a lot of unnecessary cacheline ping-pong. Instead