Sean Kelly <[EMAIL PROTECTED]> writes: > (gdb) bt > #0 0x8115eb2 in ri_BuildQueryKeyFull () > #1 0x8115dc2 in RI_FKey_keyequal_upd () > #2 0x8096d7c in DeferredTriggerSaveEvent () Hmm. There wasn't any mention of foreign keys for this table in your bug report, now was there? 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
- [BUGS] Updating multiple bool values crashes backend pgsql-bugs
- Re: [BUGS] Updating multiple bool values crashes ba... Thomas Lockhart
- Re: [BUGS] Updating multiple bool values crashes ba... Sean Kelly
- Re: [BUGS] Updating multiple bool values crashe... Thomas Lockhart
- Re: [BUGS] Updating multiple bool values crashes ba... Tom Lane
- Re: [BUGS] Updating multiple bool values crashes ba... Sean Kelly
- Re: [BUGS] Updating multiple bool values crashes ba... Tom Lane
- Re: [BUGS] Updating multiple bool values crashes ba... Sean Kelly
- Re: [BUGS] Updating multiple bool values crashes ba... Tom Lane
- Re: [BUGS] Updating multiple bool values crashes ba... Sean Kelly
- Re: [BUGS] Updating multiple bool values crashes ba... Tom Lane
- Re: [BUGS] Updating multiple bool values crashes ba... Bruce Momjian
- Re: [BUGS] Updating multiple bool values crashes ba... Darcy Buskermolen