pgsql: Clarify that pg_dump takes ACCESS SHARE lock - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Clarify that pg_dump takes ACCESS SHARE lock
Date
Msg-id E1o78V2-000ctG-QG@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Clarify that pg_dump takes ACCESS SHARE lock
List pgsql-committers
Clarify that pg_dump takes ACCESS SHARE lock

Add link to the description of lock levels to avoid confusing "shared locks"
with SHARE locks.

Florin Irion

Reviewed-by: Álvaro Herrera, Tom Lane, and Nathan Bossart
Discussion: https://www.postgresql.org/message-id/flat/d0f30cc2-3c76-1d43-f291-7c4b2872d653@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4e2e8d71fe25e43fc82351bd350a6e80beee50be

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Harden dsm_impl.c against unexpected EEXIST.
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Add index entry for MERGE SQL command.