]> granicus.if.org Git - postgresql/commit
Remove the currently unused FRONTEND case in dllist.c. This allows the usage
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 22 Mar 2007 18:57:52 +0000 (18:57 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 22 Mar 2007 18:57:52 +0000 (18:57 +0000)
commit8f65c02f33c0a694ff1212b74ce42b8e3ffbb201
treeb68016b1d957f21648358e183ef8f1b821ceb585
parentbb8998a4755829388bdd151d3fd346f9688357d5
Remove the currently unused FRONTEND case in dllist.c.  This allows the usage
of palloc instead of malloc, which means a list can be freed simply by deleting
the memory context that contains it.
src/backend/lib/dllist.c