Re: orafce does NOT build with Sun Studio compiler

From: Mayuresh Nirhali <Mayuresh(dot)Nirhali(at)Sun(dot)COM>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: orafce does NOT build with Sun Studio compiler
Date: 2008-06-05 06:18:32
Message-ID: 48478538.2020501@Sun.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
>
> Most C compilers don't like that either. The standard locution is
> something like
>
> char data[1]; /* VARIABLE LENGTH ARRAY */
>
Yes, I tried this already and forgot to mention earlier that with such
patch, I do not see any other errors.
So, this is the only issue with Sun Studio compilation of orafce.

Mayuresh

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-06-05 06:23:23 pg_dump restore time and Foreign Keys
Previous Message Tom Lane 2008-06-05 06:13:47 Re: orafce does NOT build with Sun Studio compiler