Re: [PATCH] Add min/max aggregate functions to BYTEA

From: Marat Bukharov <marat(dot)buharov(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Add min/max aggregate functions to BYTEA
Date: 2024-07-03 14:54:24
Message-ID: CAPCEVGVczn-btFeP_DvmJo5j631bB6jbgabZC0NM8HTy1bO9ZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

V3 patch with fixed length comparison

--

With best regards,
Marat Bukharov

>
> V2 patch with fixed tests
>
> >
> > Hello. BYTEA type has the ability to use comparison operations. But it
> > is absent of min/max aggregate functions. They are nice to have to
> > provide consistency with the TEXT type.
> >

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marat Bukharov 2024-07-03 14:55:54 Re: [PATCH] Add min/max aggregate functions to BYTEA
Previous Message Jelte Fennema-Nio 2024-07-03 14:46:21 Re: Add a GUC check hook to ensure summarize_wal cannot be enabled when wal_level is minimal