From: | u966918945(at)spawnkill(dot)ip-mobilphone(dot)net |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | psql dies on select * |
Date: | 2001-05-15 09:29:41 |
Message-ID: | l.989918981.1383209228@[195.152.176.226] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I'v encountered a strange (to me) problem when running a 'select * from table' on a table with approx 1/2 million rows from psql.
When I run the select *, I get the following message to stdout:
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.
In the postgresql log I have the following:
May 15 08:16:08 logger: NOTICE: Message from PostgreSQL backend:
May 15 08:16:08 logger: ^IThe Postmaster has informed me that som
other backend died abnormally and possibly corrupted shared memory.
May 15 08:16:08 logger: ^II have rolled back the current transact
n and am going to terminate your database system connection and exit.
May 15 08:16:08 logger: ^IPlease reconnect to the database system
nd repeat your query
Now the starnge thing is that when I run the query:
select * from table where id>-1;
Everything works fine! (There are no ids less than zero)
System details:
Postgresql v 6.5.3
Linux 2.2.12
1/2 Gig ram
Is there a corrupt entry in the table? Is it a memory problem?
I'm really at a loss with this one.
Any help gratefully accepted.
Thanks
Kev.
--
Sent by kevin from amazonmedia in field co subpart from uk
This is a spam protected message. Please answer with reference header.
Posted via http://www.usenet-replayer.com/cgi/content/new
From | Date | Subject | |
---|---|---|---|
Next Message | Alejandro Fernandez | 2001-05-15 09:56:23 | Re: naming convention/mixed case |
Previous Message | hiroko | 2001-05-15 08:49:36 | Tiiiiiiiiiiiiime |