Re: pgsql: Update pg_stat_statements extension for parallel query.

From: Vik Fearing <vik(at)2ndquadrant(dot)fr>
To: Robert Haas <rhaas(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Update pg_stat_statements extension for parallel query.
Date: 2016-06-16 20:51:33
Message-ID: 57631155.8080504@2ndquadrant.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 10/06/16 17:01, Robert Haas wrote:
> Update pg_stat_statements extension for parallel query.

I couldn't readily find a review for this patch, and I am unsatisfied
with it. I think it's very strange that a 1.4 version would call a
function labeled 1.3, and when we make a 1.5 the code will look really
weird because it'll be missing a version.

Attached is my attempt to fix this. It might not be the best way to do
it, but I feel that *something* should be done.
--
Vik Fearing +33 6 46 75 15 36
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support

Attachment Content-Type Size
pss14.patch text/x-patch 5.0 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-06-16 21:17:21 pgsql: Fix validation of overly-long IPv6 addresses.
Previous Message Tom Lane 2016-06-16 19:20:34 pgsql: Fix fuzzy thinking in ReinitializeParallelDSM().

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-06-16 21:50:11 Re: ERROR: ORDER/GROUP BY expression not found in targetlist
Previous Message Thomas Kellerer 2016-06-16 20:42:21 Re: proposal: integration bloat tables (indexes) to core