diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-09-21 12:43:42 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-09-21 12:43:42 -0400 |
commit | e62c5ea22c12f63d8d5ca3b228a458dfc10ae314 (patch) | |
tree | b197d6f78d3fe192e7427cba73613a1b61fd66af /src/backend/access | |
parent | d83268ae10cdeb2aa88e32286e94a8a8f59653a0 (diff) | |
download | postgresql-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/README | 2 |
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 |