pgsql: Eliminate duplicate hasnulls bit testing in index tuple access,

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Eliminate duplicate hasnulls bit testing in index tuple access,
Дата
Msg-id 20050327183827.B8D9B5354D@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Eliminate duplicate hasnulls bit testing in index tuple access, and
clean up itup.h a little bit.

Modified Files:
--------------
    pgsql/src/backend/access/common:
        indextuple.c (r1.73 -> r1.74)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/indextuple.c.diff?r1=1.73&r2=1.74)
    pgsql/src/include/access:
        itup.h (r1.42 -> r1.43)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/itup.h.diff?r1=1.42&r2=1.43)

Removed Files:
-------------
    pgsql/src/include/access:
        ibit.h
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/ibit.h)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add a back-link from IndexOptInfo structs to their parent
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Teach const-expression simplification to simplify boolean