Re: Segmentation fault when changing view

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Segmentation fault when changing view
Дата
Msg-id 21329.987467701@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Segmentation fault when changing view  (pgsql-bugs@postgresql.org)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Segmentation fault when changing view
Следующее
От: Calvin Dodge
Дата:
Сообщение: another possible ODBC error (inserting memo fields in varchar)