Re: [QUESTIONS] backend dying on insert on 6.3, not dying on 6.2.1 p7

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [QUESTIONS] backend dying on insert on 6.3, not dying on 6.2.1 p7
Дата
Msg-id 35174EC6.42866FC3@alumni.caltech.edu
обсуждение исходный текст
Список pgsql-hackers
> I've seen this myself on Solaris.  If your default value as specified
> in the CREATE TABLE statement is not exactly as long as the declared
> width of the field, the backend dies with an assertion as soon as you
> INSERT a record that needs to use the default.

Hmm. I see this on Linux also. It is only a problem for the char() type;
both varchar() and text behave properly.

You might want to post something to the bugs list...

                       - Tom

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] mega-patch--tcl/tk configuration
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: [HACKERS] char types gone.