Re: invalid type internal size -1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: invalid type internal size -1
Дата
Msg-id 22945.1084548017@sss.pgh.pa.us
обсуждение исходный текст
Ответ на invalid type internal size -1  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-hackers
Gaetano Mendola <mendola@bigfoot.com> writes:
> create type email ( INPUT = email_in,
>                      OUTPUT = email_out,
>                      RECEIVE = email_recv,
>                      SEND = email_send,
>                      INTERNALLENGTH = VARIABLE,
>                      PASSEDBYVALUE = f,
>                      ALIGNMENT = int4 );

> ERROR: invalid type internal size -1

There's a case in the regression tests for making a type with
internallength = variable, so I hardly think the facility is broken
entirely.  Could we see a self-contained test case?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bogus permissions display in 7.4
Следующее
От: Tom Lane
Дата:
Сообщение: Re: invalid type internal size -1