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

From: Marat Buharov <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:17:39
Message-ID: CAPCEVGUFFfbfUBzLmOBnSPFaCPOvOBjpTjZpN-cXUPgmKmwsPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

V2 patch with fixed tests

--

With best regards,
Marat Bukharov

ср, 3 июл. 2024 г. в 16:03, Marat Buharov <marat(dot)buharov(at)gmail(dot)com>:
>
> 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.
>
>
> --
>
> With best regards,
> Marat Bukharov

Attachment Content-Type Size
v2-0001-add-bytea-agg-funcs.patch text/x-patch 8.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2024-07-03 14:29:50 Re: Add a GUC check hook to ensure summarize_wal cannot be enabled when wal_level is minimal
Previous Message Fujii Masao 2024-07-03 14:08:48 Add a GUC check hook to ensure summarize_wal cannot be enabled when wal_level is minimal