pgsql: Remove the currently unused FRONTEND case in dllist.c. - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Remove the currently unused FRONTEND case in dllist.c.
Date
Msg-id 20070322185752.5ACB29FBC72@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Properly enforce pg_dump -F formation options; only single letter