Re: Updating multiple bool values crashes backend - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Updating multiple bool values crashes backend
Date
Msg-id 28868.972492764@sss.pgh.pa.us
Whole thread Raw
In response to Updating multiple bool values crashes backend  (pgsql-bugs@postgresql.org)
Responses Re: Updating multiple bool values crashes backend
List pgsql-bugs
pgsql-bugs@postgreSQL.org writes:
> users=> update users_tbl set added=TRUE where username like 'neta%';
> pqReadData() -- backend closed the channel unexpectedly.

> bash$ tail ~postgres/server.log
> Server process (pid 23747) exited with status 11 at Tue Oct 24 13:52:29 2000

This backend crash should have left a core file in your database
directory (PGDATA/base/users/core).  Can you provide a backtrace
from that corefile using gdb?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Updating multiple bool values crashes backend
Next
From: Sean Kelly
Date:
Subject: Re: Updating multiple bool values crashes backend