Re: create temp table ... inherits - Mailing list pgsql-bugs

From Robert Creager
Subject Re: create temp table ... inherits
Date
Msg-id 20031012113831.57e0547a.Robert_Creager@LogicalChaos.org
Whole thread Raw
In response to Re: create temp table ... inherits  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: create temp table ... inherits
List pgsql-bugs
When grilled further on (Sun, 12 Oct 2003 13:06:25 -0400),
Tom Lane <tgl@sss.pgh.pa.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 ()
#6  0x08159d68 in ProcessUtility ()
#7  0x08158ce5 in PortalRunUtility ()
#8  0x08158f78 in PortalRunMulti ()
#9  0x0815887e in PortalRun ()
#10 0x08155b5c in exec_simple_query ()
#11 0x08157b87 in PostgresMain ()
#12 0x0813663f in BackendFork ()
#13 0x08136108 in BackendStartup ()
#14 0x0813498d in ServerLoop ()
#15 0x08134318 in PostmasterMain ()
#16 0x0810a09c in main ()
#17 0x4025e7f7 in __libc_start_main () from /lib/i686/libc.so.6

Cheers,
Rob

--
 11:37:34 up 72 days,  4:04,  4 users,  load average: 3.15, 3.14, 2.56

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: create temp table ... inherits
Next
From: Robert Creager
Date:
Subject: Re: create temp table ... inherits