Re: 7.1.1 backend crashes on updates to very large text columns

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Norman J(dot) Clarke" <norman(at)combimatrix(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 7.1.1 backend crashes on updates to very large text columns
Date: 2001-05-29 04:33:20
Message-ID: 17649.991110800@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Norman J. Clarke" <norman(at)combimatrix(dot)com> writes:
> However, on update to the larger (100k+)columns, the postgres backend
> crashes and dumps core. I've included a backtrace from the core file.

This looks entirely irrelevant to either TOAST or update; I think it is
the known 7.1.1 bug with SELECTs that return no rows in plpgsql.
Try 7.1.2.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martín Marqués 2001-05-29 06:57:17 7.1.2
Previous Message Neil Conway 2001-05-29 00:58:50 Re: FullText in postgres