Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix typo in src/backend/access/transam/README.
authorEtsuro Fujita <efujita@postgresql.org>
Thu, 28 Sep 2023 10:45:04 +0000 (19:45 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Thu, 28 Sep 2023 10:45:04 +0000 (19:45 +0900)
src/backend/access/transam/README

index 1edc8180c1284425fcdb4ec14893290afb054941..26fd77be2e2d764db08448c63565ba7bbe8c0e0f 100644 (file)
@@ -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
 GetSnapshotData updates approximate thresholds (one that guarantees that all
 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
 necessary.