Can't 'or' things?

From: Terry Mackintosh <terry(at)terrym(dot)com>
To: PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: Can't 'or' things?
Date: 1998-12-14 02:57:04
Message-ID: Pine.LNX.3.95.981213213420.21741A-100000@terry1.acun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all

Am I going insane, I've been going around with this for a few hours now,
it could be lack of sleep:)

claimsnet=> select * from roster where state = 'TX' or state = 'SD';
Backend message type 0x44 arrived while idle
Backend message type 0x44 arrived while idle
We have lost the connection to the backend, so further processing is
impossible. Terminating.
[postgres(at)laptop ~]$

I can not seem to 'or' any char() field, int4 is OK. I've vacuum'ed with
and with out analyze, I've pg_dumped'ed, destroydb'ed and recreated the
database and reloaded, same thing.

To make matter even crazyer, it only happens with this one database,
others work fine. AND it is doing this on 2 differant boxes, my laptop
and my server, both Red Hat 4.2 with PostgreSQL 6.4.

I just reloaded new data, so it must be the data, but what about the data
whould do that? Its only 1281 rows, so it's not like it's a lot of data.

I'm going to start splitting up the data and see if I can isolate it.

Thanks
Terry Mackintosh <terry(at)terrym(dot)com> http://www.terrym.com
sysadmin/owner Please! No MIME encoded or HTML mail, unless needed.

Proudly powered by R H Linux 4.2, Apache 1.3, PHP 3, PostgreSQL 6.4
-------------------------------------------------------------------
Success Is A Choice ... book by Rick Patino, get it, read it!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-12-14 03:31:06 catalog/heap.c...
Previous Message The Hermit Hacker 1998-12-14 01:57:44 Re: [HACKERS] vnsprintf()