pgsql: Avoid a memory allocation in the backend startup code, to avoid

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Avoid a memory allocation in the backend startup code, to avoid
Дата
Msg-id 20090504022418.7577375407B@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Avoid a memory allocation in the backend startup code, to avoid having to check
whether it failed.  Modelled after catcache.c's usage of DlList, per suggestion
from Tom.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.578 -> r1.579)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.578&r2=1.579)

В списке pgsql-committers по дате отправления:

Предыдущее
От: bmomjian@pgfoundry.org (User Bmomjian)
Дата:
Сообщение: pg-migrator - src: Record all toast entries, not just relkind = 't'
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix missed usage of DLNewElem()