aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-06-17 22:27:15 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-06-17 22:27:15 +0000
commit6054b33290cccd414cfd70bb134e7d05c980db7f (patch)
treee261fbdcf9ec45f40bf714611ff89b8713168c31 /src/backend/utils/cache/syscache.c
parent1f1ca182be3b7a675467c82c92e05853e67c5d3a (diff)
downloadpostgresql-6054b33290cccd414cfd70bb134e7d05c980db7f.tar.gz
postgresql-6054b33290cccd414cfd70bb134e7d05c980db7f.zip
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...
Diffstat (limited to 'src/backend/utils/cache/syscache.c')
0 files changed, 0 insertions, 0 deletions