We used to do that on pg_listener, but pg_listener is no more.
Also add a bit more documentation for ShareRowExclusive mode.
SHARE, SHARE ROW
EXCLUSIVE, EXCLUSIVE, and
ACCESS EXCLUSIVE lock modes.
+ This mode protects a table against concurrent data changes, and
+ is self-exclusive so that only one session can hold it at a time.
- This lock mode is not automatically acquired on user tables by any
-
PostgreSQL command. However it is
- acquired on certain system catalogs in some operations.
+ This lock mode is not automatically acquired on tables by any