Extend the pg_locks system view so that it can fully display all lock
Tom Lane <tgl@sss.pgh.pa.us>
Extend the pg_locks system view so that it can fully display all lock types, as per recent discussion.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/userlock/user_locks.c | modified | +3 −3 |
| doc/src/sgml/catalogs.sgml | modified | +96 −17 |
| src/backend/catalog/system_views.sql | modified | +5 −3 |
| src/backend/utils/adt/lockfuncs.c | modified | +95 −21 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +2 −2 |
| src/test/regress/expected/rules.out | modified | +1 −1 |