projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f1b00e
)
Fix typo in src/backend/access/transam/README.
author
Etsuro Fujita
<
[email protected]
>
Thu, 28 Sep 2023 10:45:00 +0000
(19:45 +0900)
committer
Etsuro Fujita
<
[email protected]
>
Thu, 28 Sep 2023 10:45:00 +0000
(19:45 +0900)
src/backend/access/transam/README
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/README
b/src/backend/access/transam/README
index 22c8ae97551345528f9ca4ccfc7307545fc548dd..6de2378748a70dfaeb6d9cb6ae712b00abfa5aa5 100644
(file)
--- a/
src/backend/access/transam/README
+++ b/
src/backend/access/transam/README
@@
-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 threshold
s
to make invisibility decision, falling back to ComputeXidHorizons if
necessary.