Keep the list of to-be-NOTIFYed names in a plain List palloc'd in
authorTom Lane <[email protected]>
Sun, 17 Jun 2001 22:27:15 +0000 (22:27 +0000)
committerTom Lane <[email protected]>
Sun, 17 Jun 2001 22:27:15 +0000 (22:27 +0000)
commit6054b33290cccd414cfd70bb134e7d05c980db7f
treee261fbdcf9ec45f40bf714611ff89b8713168c31
parent1f1ca182be3b7a675467c82c92e05853e67c5d3a
Keep the list of to-be-NOTIFYed names in a plain List palloc'd in
TopTransactionContext, rather than using Dllist.  This simplifies and
speeds up the code, and eliminates a former risk of coredump when
out of memory (since the old code didn't bother to check for malloc
failure).  It also moves us one step closer to retiring Dllist...
src/backend/commands/async.c