On 23/08/2019 11:44, Masahiko Sawada wrote:
On Fri, Aug 23, 2019 at 7:05 AM Ashwin Agrawal wrote:
On Thu, Aug 22, 2019 at 1:14 AM Heikki Linnakangas wrote:
The patch also includes a little unit test module to test this without
creating a 16 TB table. A whole new test module seems a bit like
On Thu, Aug 22, 2019 at 11:14 AM Heikki Linnakangas wrote:
> While merging Greenplum with 9.4, we ran into problems with the GIN
> posting list encoding, because Greenplum sometimes uses ItemPointers
> with offset numbers up to 32768. The GIN posting list code was written
> with the assumption tha
On Fri, Aug 23, 2019 at 7:05 AM Ashwin Agrawal wrote:
>
> On Thu, Aug 22, 2019 at 1:14 AM Heikki Linnakangas wrote:
>>
>>
>> The patch also includes a little unit test module to test this without
>> creating a 16 TB table. A whole new test module seems a bit like
>> overkill just for this, but cl
On Thu, Aug 22, 2019 at 1:14 AM Heikki Linnakangas wrote:
>
> The patch also includes a little unit test module to test this without
> creating a 16 TB table. A whole new test module seems a bit like
> overkill just for this, but clearly we were missing test coverage here.
> And it will come hand
Hi,
While merging Greenplum with 9.4, we ran into problems with the GIN
posting list encoding, because Greenplum sometimes uses ItemPointers
with offset numbers up to 32768. The GIN posting list code was written
with the assumption that the maximum is MaxHeapTuplesPerPage, and it
uses only 11