pgsql-server: Reduce pg_listener lock taken by NOTIFY et al from

Started by Tom Laneabout 22 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock
to ExclusiveLock. This still serializes the operations of this module,
but doesn't conflict with concurrent ANALYZE operations. Per trouble
report from Philip Warner a few weeks ago.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql-server/src/backend/commands:
async.c (r1.102 -> r1.102.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/async.c.diff?r1=1.102&r2=1.102.2.1)