Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/async.c | modified | +13 −12 |