Re: server closed connection on a select query

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: server closed connection on a select query
Дата
Msg-id 20051111141756.GI13177@svana.org
обсуждение исходный текст
Ответ на server closed connection on a select query  (Guillaume LELARGE <gleu@wanadoo.fr>)
Ответы Re: server closed connection on a select query  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: server closed connection on a select query  (Guillaume Lelarge <guillaume.lelarge@gmail.com>)
Список pgsql-hackers
On Thu, Nov 10, 2005 at 11:53:04PM +0100, Guillaume LELARGE wrote:
> Hi,
>
> I've installed a 8.1.0 PostgreSQL server on a SCO OpenServer 5.0.6. It
> seemed to work well with psql and such tools. I tried to connect to
> this server with pgAdmin3 and a query failed. I tried to find which
> part of the query was wrong and I have a strange result :
>
> SELECT 1 FROM pg_language WHERE lanispl IS TRUE;
> this one crashes the server.
>
> SELECT 1 FROM pg_language WHERE lanispl = true;
> works.

Does this pass regression testing (ie make check)? It looks like it's
dying all over the please. Posting a backtrace (bt in gdb) would be
more helpful.

Have a nice day?
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: 8.1 substring bug?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Module incompatibility detection between 8.0 and 8.1