Re: [HACKERS] 6.5 cvs: can't drop table

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: hackers(at)postgreSQL(dot)org, tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: [HACKERS] 6.5 cvs: can't drop table
Date: 1999-05-25 15:06:32
Message-ID: 199905251506.LAA15957@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I hate to say this, but I think we need postgres compiled with debugging
symbols, -g, so we can see the parameters being passed to the functions.

> #0 0x80b6065 in equal ()
> #1 0x80c7652 in pathorder_match ()
> #2 0x80c7900 in better_path ()
> #3 0x80c7863 in add_pathlist ()
> #4 0x80bf551 in update_rels_pathlist_for_joins ()
> #5 0x80c8b8b in gimme_tree ()
> #6 0x80c8ae7 in geqo_eval ()
> #7 0x80c99f2 in random_init_pool ()
> #8 0x80c8c7b in geqo ()
> #9 0x80bd6e6 in make_one_rel_by_joins ()
> #10 0x80bd5ee in make_one_rel ()
> #11 0x80c1e81 in subplanner ()
> #12 0x80c1dff in query_planner ()
> #13 0x80c2173 in union_planner ()
> #14 0x80c1f55 in planner ()
> #15 0x80e22e7 in pg_parse_and_plan ()
> #16 0x80e240b in pg_exec_query_dest ()
> #17 0x80e23cc in pg_exec_query ()
> #18 0x80e3518 in PostgresMain ()
> #19 0x80cc72c in DoBackend ()
> #20 0x80cc26b in BackendStartup ()
> #21 0x80cb9e7 in ServerLoop ()
> #22 0x80cb573 in PostmasterMain ()
> ---Type <return> to continue, or q <return> to quit---
> #23 0x80a2999 in main ()
> #24 0x806131e in _start ()
> (gdb)
>
>

--
Bruce Momjian | http://www.op.net/~candle
maillist(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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-05-25 15:07:34 Re: [HACKERS] Call for updates!
Previous Message Oleg Bartunov 1999-05-25 15:05:45 Re: [HACKERS] 6.5 cvs: can't drop table