What happen to the VARATT_SIZEP macro in version 8.3?

From: "Don Pannese" <don(dot)pannese(at)hds(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: What happen to the VARATT_SIZEP macro in version 8.3?
Date: 2008-08-05 20:36:19
Message-ID: 4D84DF7D1051B74388F9D2DE6890A18A0649BED7@USSCCEVS101.corp.hds.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello all,

I have C code which defines some user defined postgres functions. This
code has been used with Postgres version 7.4 and it uses the
VARATT_SIZEP macro.

I updated to Postgres version 8.3 and attempted to compile my C code and
noticed that the VARATT_SIZEP macro (which my code uses) no longer is
defined in the 8.3 code base (which needless to say prevents my code
from compiling). The macro use to be defined in postgres.h in version
7.4.

What replaces the VARATT_SIZEP macro in version 8.3? I have spent a long
time checking the documentation and have not found the answer.

Thanks

P.S.

I posted this question to the wrong mailing list earlier and meant to
post it to this list. I apologize to the people who are on both lists
that got this message twice.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Glyn Astill 2008-08-05 20:42:32 Re: Initdb problem on debian mips cobalt: Bus error
Previous Message Josh Harrison 2008-08-05 19:28:11 Heikki's Visibility Map for postgres 8.4?