Hello,
I was just looking at the changes to locking for 9.4 and I think the documentation has got ‘garbled’ in an update.
"
- The lock may be transformed to a write lock by cominthe operations as Similar to the internal database locks, write locks block all other operations while read locks allow parallel access.
“
I think this line should be two bullets but I’m not sure what ‘cominthe operations’ should be? Combining?
- The lock may be transformed to a write lock by combining operations
- Similar to the internal database locks, write locks block all other operations while read locks allow parallel access.
I’m happy to update the wiki but I wasn't confident enough that I’ve understood the 9.4 change to do it without first checking on the list.
Regards, James