Re: Changes to C interface from 7.0 to 7.1 - Mailing list pgsql-general

From Tom Lane
Subject Re: Changes to C interface from 7.0 to 7.1
Date
Msg-id 5756.995671531@sss.pgh.pa.us
Whole thread Raw
In response to Changes to C interface from 7.0 to 7.1  ("Dr. Evil" <drevil@sidereal.kz>)
Responses More.. Re: Changes to C interface from 7.0 to 7.1  ("Dr. Evil" <drevil@sidereal.kz>)
List pgsql-general
"Dr. Evil" <drevil@sidereal.kz> writes:
> anyway, the problem is that VARSIZE is no longer defined in a way that
> I can make assignments to in 7.1.  Does anyone have any sugestions?

Use VARATT_SIZEP.

src/backend/utils/adt/ is a rich source of examples to follow when you
have questions like this ...

            regards, tom lane

pgsql-general by date:

Previous
From: teg@redhat.com (Trond Eivind Glomsrød)
Date:
Subject: Re: RPM source files should be in CVS (was Re: psql -l)
Next
From: Mark kirkwood
Date:
Subject: Re: How Postgresql Compares For Query And Load Operations