Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options

From: Paul Ramsey <pramsey(at)cleverelephant(dot)ca>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, ojford(at)gmail(dot)com, peter(at)eisentraut(dot)org, li(dot)evan(dot)chao(at)gmail(dot)com, krasiyan(at)gmail(dot)com, vik(at)postgresfriends(dot)org, andrew(at)tao11(dot)riddles(dot)org(dot)uk, david(at)fetter(dot)org, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options
Date: 2025-10-07 20:14:27
Message-ID: CACowWR0t-xgqtwrzW1LipyqXennDUnV3d0qysVHJghBiWZ3HWg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 6, 2025 at 7:29 PM Tatsuo Ishii <ishii(at)postgresql(dot)org> wrote:

>
> > Please disregard the v1 patch. It includes a bug: If
> > WinGetFuncArgInPartition() is called with set_mark == true and isout
> > == NULL, WinSetMarkPosition() is not called by
> > WinGetFuncArgInPartition().
> >
> > I will post v2 patch.
>
> Attached is the v2 patch.
>

Thanks! This passes regression, and reads right to my eye and (most
important to me) allows PostGIS to run under Pg19 again.

Thanks,
P

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-10-07 20:15:24 Re: Optimize LISTEN/NOTIFY
Previous Message Andres Freund 2025-10-07 19:46:28 Re: Should we update the random_page_cost default value?