Re: Aggregate function API versus grouping sets - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: Aggregate function API versus grouping sets
Date
Msg-id 87oax6dw5g.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: Aggregate function API versus grouping sets  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Responses Re: Aggregate function API versus grouping sets  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-hackers by date:

Previous
From: Rahila Syed
Date:
Subject: Re: [REVIEW] Re: Compression of full-page-writes
Next
From: Tom Lane
Date:
Subject: Re: Array of composite types returned from python