Re: Implement <null treatment> for window functions

From: ilmari(at)ilmari(dot)org (Dagfinn Ilmari Mannsåker )
To: Vik Fearing <vik(at)postgresfriends(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Implement <null treatment> for window functions
Date: 2020-06-30 16:08:58
Message-ID: 87h7usmt7p.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Vik Fearing <vik(at)postgresfriends(dot)org> writes:

> The second patch adds some new window functions in order to test that
> the null treatment works correctly for cases that aren't covered by the
> standard functions but that custom functions might want to use. It is
> *not* intended to be committed; I am only submitting the first patch for
> inclusion in core.

Would it make stense to add them as a test extension under
src/test/modules/?

- ilmari
--
"A disappointingly low fraction of the human race is,
at any given time, on fire." - Stig Sandbeck Mathisen

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-06-30 16:24:11 Intermittent BRIN failures on hyrax and lousyjack
Previous Message Joe Conway 2020-06-30 15:52:26 Re: pg_read_file() with virtual files returns empty string