BUG #2973: Compile Error with MIPSpro compiler - Mailing list pgsql-bugs

From Thomas
Subject BUG #2973: Compile Error with MIPSpro compiler
Date
Msg-id 200702062010.l16KAqOa064165@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #2973: Compile Error with MIPSpro compiler  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2973
Logged by:          Thomas
Email address:      tf@tfromm.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...

pgsql-bugs by date:

Previous
From: Martin Pitt
Date:
Subject: Re: Strange "Table has type character varying, but query expects character varying" errors
Next
From: Aaron Logue
Date:
Subject: Re: BUG #2961: NULL values in subselects force NOT IN to false