Re: [PATCH] Negative Transition Aggregate Functions (WIP)

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Florian Pflug <fgp(at)phlo(dot)org>
Cc: Kevin Grittner <kgrittn(at)ymail(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, Greg Stark <stark(at)mit(dot)edu>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Negative Transition Aggregate Functions (WIP)
Date: 2014-03-25 08:35:18
Message-ID: CAApHDvoNwji3_RJLjLTbz8__D95Qpv_vmNK-X6Htxg0C+ZVkcQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 6, 2014 at 6:37 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> writes:
> > I think we really need a larger consensus on this though, so I'd be
> > interested to hear what others think.
>
> My advice is to lose the EXPLAIN output entirely. If the authors of
> the patch can't agree on what it means, what hope have everyday users
> got of making sense of it?
>
>
Hi All,

I'd just like to thank Florian and Dean for all the hard work that has gone
on while I've been away.
I've been reading the thread but I've not had much time to respond to
messages and I've lost touch a bit with the progress of the code.

It looks like Florian has addressed everything that Dean pointed out in his
detailed review, apart from the explain output.
I've thought about this and I think it would be a shame if the patch got
delayed for something so trivial. I thought the stats were quite useful as
for things like restarts on SUM(numeric) it could be quite difficult to
tell how many restarts there were otherwise. Since I have no extra ideas
about what might be more useful then I've just pulled it out of the patch
and I propose that we continue without it until someone comes up with an
idea that everyone can agree on.

I've attached an updated invtrans_strictstrict_base patch which has the
feature removed.

Regards

David Rowley

> regards, tom lane
>

Attachment Content-Type Size
invtrans_strictstrict_base.patch application/octet-stream 93.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Anastasia Lubennikova 2014-03-25 09:14:50 Re: GSoC proposal. Index-only scans for GIST
Previous Message Heikki Linnakangas 2014-03-25 07:30:22 Re: Only first XLogRecData is visible to rm_desc with WAL_DEBUG