Re: create temp table ... inherits

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Creager <Robert_Creager(at)LogicalChaos(dot)org>
Cc: PGBugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: create temp table ... inherits
Date: 2003-10-13 04:19:09
Message-ID: 6717.1066018749@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Robert Creager <Robert_Creager(at)LogicalChaos(dot)org> writes:
> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> confessed:
>> Can you get a backtrace from the errfinish call to confirm this theory?

> Breakpoint 1, 0x081b4806 in errfinish ()
> (gdb) bt
> #0 0x081b4806 in errfinish ()
> #1 0x081b5546 in elog_finish ()
> #2 0x0807cc32 in simple_heap_update ()
> #3 0x080d9d57 in setRelhassubclassInRelation ()
> #4 0x080d92ee in MergeAttributes ()
> #5 0x080d8bc6 in DefineRelation ()

Yup, sho' nuf. Will fix.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andreas Pflug 2003-10-13 10:13:32 Re: bug reporting
Previous Message Robert Creager 2003-10-12 20:03:36 Re: create temp table ... inherits