pgsql: Remove the currently unused FRONTEND case in dllist.c.

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove the currently unused FRONTEND case in dllist.c.
Date: 2007-03-22 18:57:52
Message-ID: 20070322185752.5ACB29FBC72@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/lib:
dllist.c (r1.34 -> r1.35)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/lib/dllist.c.diff?r1=1.34&r2=1.35)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-03-22 19:42:03 pgsql: Properly enforce pg_dump -F formation options; only single letter
Previous Message Teodor Sigaev 2007-03-22 15:59:09 pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the