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

From [email protected] (Alvaro Herrera)
Subject pgsql: Remove the currently unused FRONTEND case in dllist.c.
Date
Msg-id [email protected]
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: [email protected] (Teodor Sigaev)
Date:
Subject: pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Properly enforce pg_dump -F formation options; only single letter