Re: BUG #5748: Invalid oidvector data during binary recv

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5748: Invalid oidvector data during binary recv
Дата
Msg-id 14024.1289834527@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5748: Invalid oidvector data during binary recv  (Yeb Havinga <yebhavinga@gmail.com>)
Ответы Re: BUG #5748: Invalid oidvector data during binary recv  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Yeb Havinga <yebhavinga@gmail.com> writes:
> Binary send and recv of the value at hand would change it into a 0-D vector.

The reason for that is that in general we don't make a distinction
between zero-size arrays of different dimensions.  oidvector and
int2vector are different though.  Which is why this should be fixed
locally to those two types, rather than changing the behavior of
regular arrays.

            regards, tom lane

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

Предыдущее
От: Yeb Havinga
Дата:
Сообщение: Re: BUG #5748: Invalid oidvector data during binary recv
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5748: Invalid oidvector data during binary recv