Re: Window functions review - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Window functions review
Date
Msg-id 4927592C.1060101@enterprisedb.com
Whole thread Raw
In response to Re: Window functions review  ("Hitoshi Harada" <umi.tanuki@gmail.com>)
Responses Re: Window functions review  ("Hitoshi Harada" <umi.tanuki@gmail.com>)
List pgsql-hackers
Just to let you know, I'm hacking this patch again, the executor part in 
particular. I've got a stripped out the unfinished window frame stuff, 
refactored the Window object API so that the window functions don't get 
to, and don't need to, access tuple slots directly. And a bunch of other 
simplifications as well. I'll post as soon as it's in a more readable state.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: RAM-only temporary tables
Next
From: "Hitoshi Harada"
Date:
Subject: Re: Window functions review