pgsql: Athough cube is a varlena type, nowhere was a detoasting of

Поиск
Список
Период
Сортировка
От teodor@postgresql.org (Teodor Sigaev)
Тема pgsql: Athough cube is a varlena type, nowhere was a detoasting of
Дата
Msg-id 20070307212112.29AED9FB38F@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Athough cube is a varlena type, nowhere was a detoasting of cube's value, so
fix it.  Add macroses DatumGetNDBOX, PG_GETARG_NDBOX and PG_RETURN_NDBOX.
Backpatch for 8.2 too.

Previous versions use version 0 calling conventions. And fmgr code detoast
values for user-defined functions.

Modified Files:
--------------
    pgsql/contrib/cube:
        cube.c (r1.31 -> r1.32)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/cube.c.diff?r1=1.31&r2=1.32)
        cubedata.h (r1.8 -> r1.9)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/cubedata.h.diff?r1=1.8&r2=1.9)

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

Предыдущее
От: mha@pgfoundry.org (User Mha)
Дата:
Сообщение: pgsnmpd - pgsnmpd: Include file cleanup.
Следующее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Athough cube is a varlena type, nowhere was a detoasting of