Re: Windowing Function Patch Review -> Standard Conformance - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Windowing Function Patch Review -> Standard Conformance
Date
Msg-id 17073.1230481637@sss.pgh.pa.us
Whole thread Raw
In response to Re: Windowing Function Patch Review -> Standard Conformance  ("Hitoshi Harada" <umi.tanuki@gmail.com>)
List pgsql-hackers
"Hitoshi Harada" <umi.tanuki@gmail.com> writes:
> I ran the patch witouht any errors. Though it's trivial, I noticed
> window_gettupleslot has to be fixed a bit.

Yeah, it could uselessly spool the partition before failing.  I think
it had been that way before and I left it alone, but changing it is
good --- diff included in my patch.  I'm still working on the docs but
expect to commit later today.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Windowing Function Patch Review -> Standard Conformance
Next
From: "David Rowley"
Date:
Subject: Re: Windowing Function Patch Review -> Standard Conformance