BUG #1962: ECPG and VARCHAR

From: "Charles Wegrzyn" <lists(at)garbagedump(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1962: ECPG and VARCHAR
Date: 2005-10-13 13:24:27
Message-ID: 20051013132427.E91BCF11F8@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers pgsql-patches


The following bug has been logged online:

Bug reference: 1962
Logged by: Charles Wegrzyn
Email address: lists(at)garbagedump(dot)com
PostgreSQL version: 8.0.4
Operating system: Linux : 2.6.13-r4
Description: ECPG and VARCHAR
Details:

I have code that under 8.0.3 works:

VARCHAR t[MAX_TENANT_SIZE+1];
VARCHAR o[MAX_OID_SIZE+1];

In 8.0.4 I found this throws an error during the ecpg step:

tenant.ec:375: ERROR: pointer to varchar are not implemented
tenant.ec:376: ERROR: pointer to varchar are not implemented

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2005-10-13 14:38:36 Re: BUG #1956: Plpgsql top-level DECLARE does not share scope
Previous Message Tobias Lana 2005-10-13 08:50:12 BUG #1961: Can not deinstall PostgreSQL

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-10-13 14:36:45 Re: Minor point about contrib/xml2 functions "IMMUTABLE" marking
Previous Message Andreas Pflug 2005-10-13 08:59:51 Re: Comments on columns in the pg_catalog tables/views

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2005-10-13 13:55:55 Re: Documentation typos
Previous Message Neil Conway 2005-10-13 07:15:20 Re: Documentation typos