]> granicus.if.org Git - postgresql/commitdiff
Fix grammar in README.tuplock
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 27 Jul 2018 14:56:30 +0000 (10:56 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 27 Jul 2018 14:56:30 +0000 (10:56 -0400)
Author: Brad DeJong
Discussion: https://postgr.es/m/CAJnrtnxrA4FqZi0Z6kGPQKMiZkWv2xxgSDQ+hv1jDrf8WCKjjw@mail.gmail.com

src/backend/access/heap/README.tuplock

index 10b8d78ab7e0d40964698d8e6bf66614f96cb214..b2f3a4ce90930ad2ea7002a6b2fa74d5d53dd784 100644 (file)
@@ -45,10 +45,10 @@ and modifications which might alter the tuple's key. This is the lock that is
 implicitly taken by UPDATE operations which leave all key fields unchanged.
 SELECT FOR SHARE obtains a shared lock which prevents any kind of tuple
 modification. Finally, SELECT FOR KEY SHARE obtains a shared lock which only
-prevents tuple removal and modifications of key fields. This last mode
-implements a mode just strong enough to implement RI checks, i.e. it ensures
-that tuples do not go away from under a check, without blocking when some
-other transaction that want to update the tuple without changing its key.
+prevents tuple removal and modifications of key fields. This lock level is
+just strong enough to implement RI checks, i.e. it ensures that tuples do not
+go away from under a check, without blocking transactions that want to update
+the tuple without changing its key.
 
 The conflict table is: