David Kaelbling <[EMAIL PROTECTED]> writes:
> I built postgresql 6.5.2 for SGI IRIX 6.x systems, and ran into a few
> problems.  I've have diffs if anyone needs them, but they all boil down
> to files in src/interfaces/odbc that use C++ comments in C code.

David, 6.5.2 is pretty much ancient history for us.  Some of the
problems you mention have been addressed in current sources, but
I'm not sure if they all have been.  Perhaps you would have time
to pull down the current sources (7.0beta3, or a later nightly
snapshot) and see how it goes now.  Diffs against current sources
would be useful to us, but I doubt that diffs against 6.5.2 would.

> I also had some regression failures:
> - int2, int4: error message was "Result too large" instead of
>   "Numerical result out of range"
> - geometry: "0" appears where "-0" was expected, rounding differences.
> - abstime, tinterval, horology: timezone problems (PST vs. PDT)

Those are pretty typical platform-specific differences.

> - oidjoins, type_sanity: lots of differences cause by
>   "ERROR:  typeidTypeRelid: Invalid type - oid = 0" messages.
> - opr_sanity: "ERROR:  Unable to locate type oid 0 in catalog" diffs.
> - random: "ERROR:  typeidTypeRelid: Invalid type - oid = 0" followed
>   by "ERROR:  random_tbl: Table does not exist." diffs.
> - misc: random_tbl missing from user_relns
> - rules: the final two queries returned empty results.

Those all look like big problems, though.  They might all have a
single root cause ... hard to tell from here.

                        regards, tom lane

Reply via email to