mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Fix typo in src/backend/access/transam/README.
This commit is contained in:
parent
e4d7ad30f0
commit
c33d42d2e9
@ -324,7 +324,7 @@ changes much more often than its xid, having GetSnapshotData look at xmins
|
|||||||
can lead to a lot of unnecessary cacheline ping-pong. Instead
|
can lead to a lot of unnecessary cacheline ping-pong. Instead
|
||||||
GetSnapshotData updates approximate thresholds (one that guarantees that all
|
GetSnapshotData updates approximate thresholds (one that guarantees that all
|
||||||
deleted rows older than it can be removed, another determining that deleted
|
deleted rows older than it can be removed, another determining that deleted
|
||||||
rows newer than it can not be removed). GlobalVisTest* uses those threshold
|
rows newer than it can not be removed). GlobalVisTest* uses those thresholds
|
||||||
to make invisibility decision, falling back to ComputeXidHorizons if
|
to make invisibility decision, falling back to ComputeXidHorizons if
|
||||||
necessary.
|
necessary.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user