Remove the currently unused FRONTEND case in dllist.c. This allows the usage
Alvaro Herrera <alvherre@alvh.no-ip.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/lib/dllist.c | modified | +8 −36 |