pgsql: Documentation improvements for pg_locks with respect to SSI.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Documentation improvements for pg_locks with respect to SSI.
Date: 2011-06-24 20:10:12
Message-ID: E1QaChg-0007Cc-Of@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Documentation improvements for pg_locks with respect to SSI.

Explain that querying pg_locks does not simultaneously lock both the
normal lock manager and the predicate lock manager.

Per discussion with Kevin Grittner.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ea41b8c822df5a2e4862c76d72937df9b62f1a99

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message pgsql 2011-06-25 23:02:32 pgsql: Branch refs/heads/REL9_1_STABLE was removed
Previous Message Hiroshi Saito 2011-06-24 16:14:53 psqlodbc - psqlodbc: Some bug fix notes.