Re: Segmentation fault when changing view - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Segmentation fault when changing view
Date
Msg-id 21329.987467701@sss.pgh.pa.us
Whole thread Raw
In response to Segmentation fault when changing view  (pgsql-bugs@postgresql.org)
List pgsql-bugs
Vlad Seryakov <vlad@crystalballinc.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Segmentation fault when changing view
Next
From: Calvin Dodge
Date:
Subject: another possible ODBC error (inserting memo fields in varchar)