We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1b00e commit c68f785Copy full SHA for c68f785
src/backend/access/transam/README
@@ -324,7 +324,7 @@ changes much more often than its xid, having GetSnapshotData look at xmins
324
can lead to a lot of unnecessary cacheline ping-pong. Instead
325
GetSnapshotData updates approximate thresholds (one that guarantees that all
326
deleted rows older than it can be removed, another determining that deleted
327
-rows newer than it can not be removed). GlobalVisTest* uses those threshold
+rows newer than it can not be removed). GlobalVisTest* uses those thresholds
328
to make invisibility decision, falling back to ComputeXidHorizons if
329
necessary.
330
0 commit comments