Re: create type and backend terminate

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: create type and backend terminate
Дата
Msg-id 7820.983302839@sss.pgh.pa.us
обсуждение исходный текст
Ответ на create type and backend terminate  ("And. Andruikhanov" <andy@euinf.dp.ua>)
Список pgsql-bugs
"And. Andruikhanov" <andy@euinf.dp.ua> writes:

> create type unsl4(input=unsl4_in, output=unsl4_out, internallength=4,
> externallength=variable);

This will not work at all, since you did not specify PASSEDBYVALUE
but your functions assume the type is pass-by-value.  An explicit
ALIGNMENT=int4 might be a good idea too, although I think that's the
default.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Date represetation bug. Some dates are incorrectly selected
Следующее
От: "Rainer Mager"
Дата:
Сообщение: RE: Problem with 7.0.3 dump -> 7.1b4 restore