Re: Updating multiple bool values crashes backend

From: Darcy Buskermolen <darcy(at)ok-connect(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Updating multiple bool values crashes backend
Date: 2000-10-27 18:55:24
Message-ID: 3.0.32.20001027115523.02755640@mail.ok-connect.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Could it also be the result of a Cluster operation? I've seen strange
things related to functions/triggers on tables that I've clustered.

>> At a guess, you've run into the known bug that foreign key triggers
>> don't track renames of referenced tables. Did you rename a table that
>> is a foreign-key referencer or referencee of this one? If so, rename
>> it back, or drop and reload both tables. (The crash is fixed for
>> 7.0.3, though actually tracking the renames is further downstream.)
>>
>> regards, tom lane
>>
>
>
>--
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
>
>

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2000-10-27 21:17:05 Re: Problem with group by command
Previous Message pgsql-bugs 2000-10-27 18:14:15 Can not use NULL values at all