mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
pgrowlocks: change lock mode output labels for consistency
Change "Share" to "For Share" and "Key Share" to "For Key Share" for consistency with other lock mode labels. BACKWARD COMPATIBILITY BREAK Reported-by: David Cook Discussion: https://postgr.es/m/CA+dNBPNBf+FCEwohe7SH1tSks0R_G4F=tuvM=hnPs4qWiAH8vg@mail.gmail.com Backpatch-through: master
This commit is contained in:
@@ -74,7 +74,7 @@ pgrowlocks(text) returns setof record
|
||||
<entry><structfield>modes</structfield></entry>
|
||||
<entry><type>text[]</type></entry>
|
||||
<entry>Lock mode of lockers (more than one if multitransaction),
|
||||
an array of <literal>Key Share</literal>, <literal>Share</literal>,
|
||||
an array of <literal>For Key Share</literal>, <literal>For Share</literal>,
|
||||
<literal>For No Key Update</literal>, <literal>No Key Update</literal>,
|
||||
<literal>For Update</literal>, <literal>Update</literal>.</entry>
|
||||
</row>
|
||||
|
Reference in New Issue
Block a user