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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Andrey M. Borodin" <x4mmm@yandex-team.ru>
Cc: Aleksander Alekseev <aleksander@timescale.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Marat Bukharov <marat.buharov@gmail.com>, David Rowley <dgrowleyml@gmail.com>
Date: 2024-10-08T17:52:49Z
Lists: pgsql-hackers
"Andrey M. Borodin" <x4mmm@yandex-team.ru> writes:
> IMO the patch looks RfC.

LGTM too.  Pushed.

			regards, tom lane



Commits

  1. Add min and max aggregates for bytea type.