pgsql: Athough cube is a varlena type, nowhere was a detoasting of - Mailing list pgsql-committers

From [email protected] (Teodor Sigaev)
Subject pgsql: Athough cube is a varlena type, nowhere was a detoasting of
Date
Msg-id [email protected]
Whole thread Raw
List 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 by date:

Previous
From: [email protected] (User Mha)
Date:
Subject: pgsnmpd - pgsnmpd: Include file cleanup.
Next
From: [email protected] (Teodor Sigaev)
Date:
Subject: pgsql: Athough cube is a varlena type, nowhere was a detoasting of