Re: Segmentation fault when changing view

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: vlad(at)crystalballinc(dot)com
Cc: pgsql-bugs(at)postgreSQL(dot)org
Subject: Re: Segmentation fault when changing view
Date: 2001-04-17 00:35:01
Message-ID: 21329.987467701@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Vlad Seryakov <vlad(at)crystalballinc(dot)com> writes:
> i just created new database and ran this script.
> First time the query ran okay, then i removed ps.quantity
> and re-created package_tree_view.
> After this the query crashed the server.

Hmm, I see: there's not a defense against references to
no-longer-existing tables/views when the same name has been re-used
for a new table/view. I've fixed this. Thanks for the report!

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Patrick Dunford 2001-04-17 06:08:23 Re: Possible ODBC driver error
Previous Message Tom Lane 2001-04-16 23:53:39 Re: Segmentation fault when changing view