Remove the currently unused FRONTEND case in dllist.c. This allows the usage

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 8f65c02f33c0a694ff1212b74ce42b8e3ffbb201
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-03-22T18:57:52Z
Releases: 8.3.0
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

PathChange+/−
src/backend/lib/dllist.c modified +8 −36