BUG #1962: ECPG and VARCHAR - Mailing list pgsql-bugs

From Charles Wegrzyn
Subject BUG #1962: ECPG and VARCHAR
Date
Msg-id 20051013132427.E91BCF11F8@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1962: ECPG and VARCHAR
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1962
Logged by:          Charles Wegrzyn
Email address:      lists@garbagedump.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

pgsql-bugs by date:

Previous
From: "David Wheeler"
Date:
Subject: BUG #1959: readline error exiting psql
Next
From: "Tobias Lana"
Date:
Subject: BUG #1961: Can not deinstall PostgreSQL