Re: Updating multiple bool values crashes backend
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: S.Kelly@ncl.ac.uk, pgsql-bugs@postgreSQL.org
Date: 2000-10-25T16:52:44Z
Lists: 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