]> granicus.if.org Git - postgresql/commit
Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 May 2004 21:58:41 +0000 (21:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 May 2004 21:58:41 +0000 (21:58 +0000)
commit05ce2d738f8b9fb7dee71a1d3511e6d03aff46b4
tree2411bebe8a121169cddc54666a6af183a09a1ebd
parent962c362495a832780fc951cf44a76356f95f09e1
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.
src/backend/commands/async.c