Re: BUG #5748: Invalid oidvector data during binary recv - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5748: Invalid oidvector data during binary recv
Date
Msg-id 21322.1289509035@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #5748: Invalid oidvector data during binary recv  (Yeb Havinga <yebhavinga@gmail.com>)
List 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 by date:

Previous
From: Yeb Havinga
Date:
Subject: Re: BUG #5748: Invalid oidvector data during binary recv
Next
From: "Denis"
Date:
Subject: BUG #5749: Case sensivity of names of sequences.