aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-09-21 12:43:42 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-09-21 12:43:42 -0400
commite62c5ea22c12f63d8d5ca3b228a458dfc10ae314 (patch)
treeb197d6f78d3fe192e7427cba73613a1b61fd66af /src/backend/access
parentd83268ae10cdeb2aa88e32286e94a8a8f59653a0 (diff)
downloadpostgresql-e62c5ea22c12f63d8d5ca3b228a458dfc10ae314.tar.gz
postgresql-e62c5ea22c12f63d8d5ca3b228a458dfc10ae314.zip
Copy editing: fix a bunch of misspellings and poor wording.
99% of this is docs, but also a couple of comments. No code changes. Justin Pryzby Discussion: https://postgr.es/m/20200919175804.GE30557@telsasoft.com
Diffstat (limited to 'src/backend/access')
-rw-r--r--src/backend/access/gin/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gin/README b/src/backend/access/gin/README
index 125a82219b9..41d4e1e8a09 100644
--- a/src/backend/access/gin/README
+++ b/src/backend/access/gin/README
@@ -413,7 +413,7 @@ leftmost leaf of the tree.
Deletion algorithm keeps exclusive locks on left siblings of pages comprising
currently investigated path. Thus, if current page is to be removed, all
required pages to remove both downlink and rightlink are already locked. That
-evades potential right to left page locking order, which could deadlock with
+avoids potential right to left page locking order, which could deadlock with
concurrent stepping right.
A search concurrent to page deletion might already have read a pointer to the