Re: Add MIN/MAX aggregate support for uuid

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: Tristan Partin <tristan(at)partin(dot)io>
Cc: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add MIN/MAX aggregate support for uuid
Date: 2026-07-01 20:37:15
Message-ID: CAD21AoAF29fjBca2=nKeNMSM8k=Z5Viy8GnR-07aEJbaSw82iw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 30, 2026 at 11:16 AM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> wrote:
>
> On Wed, Jun 24, 2026 at 2:54 PM Tristan Partin <tristan(at)partin(dot)io> wrote:
> >
> > On Wed Jun 24, 2026 at 9:32 PM UTC, Zsolt Parragi wrote:
> > > Doesn't opr_sanity.out also require an update? It's failing for me
> > > locally because of the new leakproof functions. (I verified it with v2
> > > which also had the missing descriptions as a diff here, which should
> > > be solved now, but the other diff should be still there with v3)
> >
> > Thanks. I was unaware of this test. Fixed in v4.
>
> The patch looks good to me. I'm going to push it barring further comments.
>

Pushed.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Burd 2026-07-01 20:49:01 Re: Tepid: selective index updates for heap relations
Previous Message Corey Huinker 2026-07-01 20:34:53 Re: use of SPI by postgresImportForeignStatistics