Re: create temp table ... inherits

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

When grilled further on (Sun, 12 Oct 2003 13:06:25 -0400),
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 ()
#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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Creager 2003-10-12 20:03:36 Re: create temp table ... inherits
Previous Message Tom Lane 2003-10-12 17:06:25 Re: create temp table ... inherits