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

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Remove the currently unused FRONTEND case in dllist.c.
Дата
Msg-id 20070322185752.5ACB29FBC72@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Properly enforce pg_dump -F formation options; only single letter