Обсуждение: pgsql-server/src backend/utils/mmgr/mcxt.c inc ...

Поиск
Список
Период
Сортировка

pgsql-server/src backend/utils/mmgr/mcxt.c inc ...

От
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/11/12 19:37:06

Modified files:
    src/backend/utils/mmgr: mcxt.c
    src/include    : c.h
    src/include/utils: palloc.h

Log message:
    Split MemSet into three parts to constant comparisons can be optimized
    away by the compiler;  used by palloc0.