Skip to content

Commit d16ebde

Browse files
committed
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.
1 parent 62fa856 commit d16ebde

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6302,10 +6302,7 @@
63026302
<entry>any OID column</entry>
63036303
<entry>
63046304
OID of the object within its system catalog, or null if the
6305-
object is not a general database object.
6306-
For advisory locks it is used to distinguish the two key
6307-
spaces (<literal>1</> for an int8 key, <literal>2</> for two
6308-
int4 keys).
6305+
object is not a general database object
63096306
</entry>
63106307
</row>
63116308
<row>

0 commit comments

Comments
 (0)