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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5748: Invalid oidvector data during binary recv
Дата
Msg-id 21322.1289509035@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5748: Invalid oidvector data during binary recv  (Yeb Havinga <yebhavinga@gmail.com>)
Список pgsql-bugs
Yeb Havinga <yebhavinga@gmail.com> writes:
> Anyway I now have troubles to make a good test case to trip the lbound
> check.

I don't believe you ever did have a test case that would trip the lbound
check.  What was failing was the ARR_NDIM == 1 check.  If you were to
look at the array in gdb, the apparent value of the lbound would be
indeterminate because it's off the end of the allocated space for a
zero-D array.  But the code wouldn't be reaching that test.

            regards, tom lane

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

Предыдущее
От: Yeb Havinga
Дата:
Сообщение: Re: BUG #5748: Invalid oidvector data during binary recv
Следующее
От: "Denis"
Дата:
Сообщение: BUG #5749: Case sensivity of names of sequences.