pgsql: Remove erroneous claim about use of pg_locks.objid for advisory - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove erroneous claim about use of pg_locks.objid for advisory
Date
Msg-id E1RV6Jp-0005cj-8c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove erroneous claim about use of pg_locks.objid for advisory locks.

The correct information appears in the text, so just remove the statement
in the table, where it did not fit nicely anyway.  (Curiously, the correct
info has been there much longer than the erroneous table entry.)
Resolves problem noted by Daniele Varrazzo.

In HEAD and 9.1, also do a bit of wordsmithing on other text on the page.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8ab9df0db196b6e1afa75838394eb27e9955e80e

Modified Files
--------------
doc/src/sgml/catalogs.sgml |   48 ++++++++++++++++++++++---------------------
1 files changed, 25 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix some bogosities in pg_dump's foreign-table support.
Next
From: Tom Lane
Date:
Subject: pgsql: Remove erroneous claim about use of pg_locks.objid for advisory