From: Justin Pryzby Date: Sat, 31 Oct 2020 15:48:00 -0500 Subject: [PATCH 2/3] Fix "accesses" per suggestion from Erik --- doc/src/sgml/architecture.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/architecture.sgml b/doc/src/sgml/architecture.sgml index ffdac61975..6f819220dc 100644 --- a/doc/src/sgml/architecture.sgml +++ b/doc/src/sgml/architecture.sgml @@ -158,7 +158,7 @@ --> - The Statistics Collector collects counters about accesses to + The Statistics Collector collects counters about access to SQL objects like tables, rows, indexes, pages, and more. It stores the obtained information in system tables. @@ -423,7 +423,7 @@ A first approach to implement protections against concurrent - accesses to the same data may be the locking of critical + access to the same data may be the locking of critical rows. Two such techniques are: Optimistic Concurrency Control (OCC) and Two Phase Locking (2PL). @@ -479,7 +479,7 @@ - So, what's going on in detail when write accesses take place? + So, what's going on in detail when write access takes place? shows details concerning xmin, xmax, and user data. @@ -1059,7 +1059,7 @@ The setting of the flags is silently done by VACUUM and Autovacuum during their bloat and freeze operations. This is done to speed up future vacuum actions, - regular accesses to heap pages, and some accesses to + regular access to heap pages, and some access to the index. Every data-modifying operation on any row version of the page clears the flags. -- 2.17.0 --aVD9QWMuhilNxW9f Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0003-More-fixes-on-top.patch"