BUG #2973: Compile Error with MIPSpro compiler

From: "Thomas" <tf(at)tfromm(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2973: Compile Error with MIPSpro compiler
Date: 2007-02-06 20:10:52
Message-ID: 200702062010.l16KAqOa064165@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2973
Logged by: Thomas
Email address: tf(at)tfromm(dot)com
PostgreSQL version: 8.2.2
Operating system: IRIX 6.5
Description: Compile Error with MIPSpro compiler
Details:

During building the project with gmake I got error at informix.c :
"The identifier "CDECIMALTYPE" is undefined."
...

for types which are defined in sqltypes.h

The only solution I found was to copy these defines
into the informix.c.
This problem also happens in earlier versions...

Maybe you can find a solution for this, so that is easier to create a IRIX
package without patching the file :-).

Thanks in adavance...

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-02-06 20:27:30 Re: 8.2.2 regression with indices on user functions, 8.2.1 works
Previous Message Martin Pitt 2007-02-06 18:14:28 Re: BUG #2971: 8.1.7/8.2.2 break constraint checking for 'update'