From: | Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org, Atri Sharma <atri(dot)jiit(at)gmail(dot)com> |
Subject: | Re: Aggregate function API versus grouping sets |
Date: | 2014-07-03 20:34:09 |
Message-ID: | 87oax6dw5g.fsf@news-spur.riddles.org.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Here are two more, cumulative with the previous patch and each other:
The first removes the assumption in ordered_set_startup that the
aggcontext can be cached in fn_extra, and puts it in the transvalue
instead.
The second exposes the OSA* structures in a header file, so that
user-defined ordered-set aggs can use ordered_set_transition[_multi]
directly rather than having to cargo-cult it into their own code.
--
Andrew (irc:RhodiumToad)
Attachment | Content-Type | Size |
---|---|---|
agg_api_2.patch | text/x-patch | 2.8 KB |
agg_api_3.patch | text/x-patch | 5.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2014-07-03 20:43:21 | Re: Array of composite types returned from python |
Previous Message | Rahila Syed | 2014-07-03 19:58:17 | Re: [REVIEW] Re: Compression of full-page-writes |