Re: simple function crashes my postmaster

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: simple function crashes my postmaster
Дата
Msg-id 26218.994200772@sss.pgh.pa.us
обсуждение исходный текст
Ответ на simple function crashes my postmaster  (Meggus <meggus@gmx.net>)
Список pgsql-sql
Meggus <meggus@gmx.net> writes:
> there is a mystic problem with a simple C function which creates a table. 
> I minimized the code to reproduce the error. It crashes on two different 
> Linux systems (SuSE) and with pg 7.0/7.1. I found that the crash occurrs 
> as soon as I use a SERIAL type in the table creation command.

I can't duplicate the problem in 7.1.2 (nor current sources).  Please
update.  If you still see the problem with 7.1.2, try setting a
breakpoint at elog() to obtain a stack trace from the point of the
first error message.
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: Philip Hallstrom
Дата:
Сообщение: Re: drop table if exists
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: count(*)