Re: Request for Patch Feedback: Lag & Lead Window Functions Can Ignore Nulls - Mailing list pgsql-hackers

From Nicholas White
Subject Re: Request for Patch Feedback: Lag & Lead Window Functions Can Ignore Nulls
Date
Msg-id CA+=vxNaYGyd1+KquoJAmyCacAt-x-6y=z-ScLVq0GiEJm_Bqfw@mail.gmail.com
Whole thread Raw
In response to Re: Request for Patch Feedback: Lag & Lead Window Functions Can Ignore Nulls  (Nicholas White <n.j.white@gmail.com>)
Responses Re: Request for Patch Feedback: Lag & Lead Window Functions Can Ignore Nulls
Re: Request for Patch Feedback: Lag & Lead Window Functions Can Ignore Nulls
Re: Request for Patch Feedback: Lag & Lead Window Functions Can Ignore Nulls
List pgsql-hackers
I've attached another iteration of the patch that fixes the multiple-window bug and adds (& uses) a function to create a Bitmapset using a custom allocator. I don't think there's any outstanding problems with it now.

> Alternatively, it might be trivial to make all aggregate functions work with ignore nulls in a window context

This is a good idea, but I'd like to keep the scope of this patch limited for the time being - I'll look at doing this (along with the first / last / nth value window functions) for a later release.

Thanks -

Nick
Attachment

pgsql-hackers by date:

Previous
From: Claudio Freire
Date:
Subject: Re: plpython implementation
Next
From: Boris Skegin
Date:
Subject: build postgresql-9.3beta2 on xubuntu 12.04 without failure