Skip to content

Commit c68f785

Browse files
author
Etsuro Fujita
committed
Fix typo in src/backend/access/transam/README.
1 parent 5f1b00e commit c68f785

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ changes much more often than its xid, having GetSnapshotData look at xmins
324324
can lead to a lot of unnecessary cacheline ping-pong. Instead
325325
GetSnapshotData updates approximate thresholds (one that guarantees that all
326326
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
327+
rows newer than it can not be removed). GlobalVisTest* uses those thresholds
328328
to make invisibility decision, falling back to ComputeXidHorizons if
329329
necessary.
330330

0 commit comments

Comments
 (0)