temporal - temporal: Applied numerous fixes from Daniel Grace,

Поиск
Список
Период
Сортировка
От jdavis@pgfoundry.org (User Jdavis)
Тема temporal - temporal: Applied numerous fixes from Daniel Grace,
Дата
Msg-id 20100801015836.CAB7910715B2@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

Applied numerous fixes from Daniel Grace, including:

 - Mark functions as STRICT and IMMUTABLE where appropriate
 - Avoid unnecessary palloc()s
 - Use ip4r's picksplit function
 - Add BTree opclass

Modified Files:
--------------
    temporal:
        period.c (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/period.c?r1=1.1&r2=1.2)
        period.h (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/period.h?r1=1.1&r2=1.2)
        period.sql.in (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/period.sql.in?r1=1.1&r2=1.2)

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

Предыдущее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Make psql distinguish between unique indices and unique
Следующее
От: jdavis@pgfoundry.org (User Jdavis)
Дата:
Сообщение: temporal - temporal: Add proper attribution for picksplit