pgsql: doc: mention the pg_locks lock names in parentheses - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: mention the pg_locks lock names in parentheses
Date
Msg-id E1oC1Oy-000A8f-ML@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  mention the pg_locks lock names in parentheses

Reported-by: Troy Frericks

Discussion: https://postgr.es/m/165653551130.665.8240515669521441325@wrigleys.postgresql.org

Backpatch-through: 10

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3e071b2cf584052b0799ebbc4d38ecfdb5bd701a

Modified Files
--------------
doc/src/sgml/mvcc.sgml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: mention that INSERT can block because of unique indexes