Re: server closed connection on a select query

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Guillaume Lelarge <guillaume(dot)lelarge(at)gmail(dot)com>
Cc: Martijn van Oosterhout <kleptog(at)svana(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: server closed connection on a select query
Date: 2005-11-22 17:55:04
Message-ID: 12819.1132682104@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Guillaume Lelarge <guillaume(dot)lelarge(at)gmail(dot)com> writes:
>>> I've installed a 8.1.0 PostgreSQL server on a SCO OpenServer 5.0.6.

> Some tests failed.. strangely, it seems int4 and int8 share the same
> range.

This is expected behavior if the platform's C compiler doesn't support
any 64-bit integer type. We go out of our way to make sure that PG
will still work (with reduced functionality, ie int8 is really int4)
on such platforms. But you might prefer to get a better C compiler
instead.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-11-22 17:56:48 Re: Practical error logging for very large COPY
Previous Message Greg Stark 2005-11-22 17:52:39 Re: Practical error logging for very large COPY