pgsql: doc: Mention the level of locks taken on objects in COMMENT

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention the level of locks taken on objects in COMMENT
Date: 2022-01-20 07:56:48
Message-ID: E1nASJM-0002E1-MG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Mention the level of locks taken on objects in COMMENT

This information was nowhere to be found. This adds one note on the
page of COMMENT, and one note in the section dedicated to explicit
locking, both telling that a SHARE UPDATE EXCLUSIVE lock is taken on the
object commented.

Author: Nikolai Berkoff
Reviewed-by: Laurenz Albe
Discussion: https://postgr.es/m/_0HDHIGcCdCsUyXn22QwI2FEuNR6Fs71rtgGX6hfyBlUh5rrnE2qMmvIFu9EY4Pijr2gUmJEAXCjuNU2Oxku9TryLp9CdHllpsCfN3gD0-Y=@pm.me
Backpatch-through: 10

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b2a76bb7d0550fbfdc028e5bda4853d05444398a

Modified Files
--------------
doc/src/sgml/mvcc.sgml | 7 ++++---
doc/src/sgml/ref/comment.sgml | 5 +++++
2 files changed, 9 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-01-20 09:01:52 pgsql: Call pg_newlocale_from_collation() also with default collation
Previous Message Andres Freund 2022-01-20 05:24:04 Re: pgsql: Test replay of regression tests, attempt II.