pgsql-server/src backend/access/common/heaptup ...

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/src backend/access/common/heaptup ...
Дата
Msg-id 20040116205130.B96C1D1B7E7@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/01/16 16:51:30

Modified files:
    src/backend/access/common: heaptuple.c
    src/backend/access/heap: heapam.c
    src/include/access: htup.h
    src/include    : postgres.h

Log message:
    Tighten short-circuit tests for deciding whether we need to invoke
    tuptoaster.c --- fields that are compressed in-line are not a reason
    to invoke the toaster.  Along the way, add a couple more htup.h macros
    to eliminate confusing negated tests, and get rid of the already
    vestigial TUPLE_TOASTER_ACTIVE symbol.


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

Предыдущее
От: petere@svr1.postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql-server/doc/src/sgml Makefile stylesheet.xsl
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend/utils/adt selfuncs.c