public inbox for [email protected]
help / color / mirror / Atom feedFrom: Justin Pryzby <[email protected]>
Subject: [PATCH 2/3] Fix "accesses" per suggestion from Erik
Date: Sat, 31 Oct 2020 15:48:00 -0500
---
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 @@
-->
<para>
- 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.
</para>
@@ -423,7 +423,7 @@
<para>
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:
<emphasis>Optimistic Concurrency Control</emphasis> (OCC)
and <emphasis>Two Phase Locking</emphasis> (2PL).
@@ -479,7 +479,7 @@
</para>
<para>
- So, what's going on in detail when write accesses take place?
+ So, what's going on in detail when write access takes place?
<xref linkend="tutorial-mvcc-figure"/> shows details concerning
<literal>xmin</literal>, <literal>xmax</literal>, and user data.
</para>
@@ -1059,7 +1059,7 @@
The setting of the flags is silently done by <command>VACUUM</command>
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.
</para>
--
2.17.0
--aVD9QWMuhilNxW9f
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0003-More-fixes-on-top.patch"
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [PATCH 2/3] Fix "accesses" per suggestion from Erik
In-Reply-To: <no-message-id-1014@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox