Re: Parallel Aggregate - Mailing list pgsql-hackers

From Haribabu Kommi
Subject Re: Parallel Aggregate
Date
Msg-id CAJrrPGf_ZnftNNaqDGBkxLwR2r=jWZvz63WihUunrMnGo9PzsA@mail.gmail.com
Whole thread Raw
In response to Re: Parallel Aggregate  (Paul Ramsey <pramsey@cleverelephant.ca>)
Responses Re: Parallel Aggregate  (David Rowley <david.rowley@2ndquadrant.com>)
List pgsql-hackers
On Tue, Dec 15, 2015 at 8:04 AM, Paul Ramsey <pramsey@cleverelephant.ca> wrote:
> But the run dies.
>
> NOTICE:  SRID value -32897 converted to the officially unknown SRID value 0
> ERROR:  Unknown geometry type: 2139062143 - Invalid type
>
> From the message it looks like geometry gets corrupted at some point,
> causing a read to fail on very screwed up metadata.

Thanks for the test. There was some problem in advance_combination_function
in handling pass by reference data. Here I attached updated patch with the fix.


Regards,
Hari Babu
Fujitsu Australia

Attachment

pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Disabling an index temporarily
Next
From: Michael Paquier
Date:
Subject: Re: extend pgbench expressions with functions