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

Aleksander Alekseev <aleksander@timescale.com>

From: Aleksander Alekseev <aleksander@timescale.com>
To: pgsql-hackers@postgresql.org
Cc: Marat Bukharov <marat.buharov@gmail.com>
Date: 2024-07-08T09:06:29Z
Lists: pgsql-hackers
Hi,

> What part of commitfest should I put the current patch to: "SQL
> Commands", "Miscellaneous" or something else? I can't figure it out.

Personally I qualified a similar patch [1] as "Server Features",
although I'm not 100% sure if this was the best choice.

[1]: https://commitfest.postgresql.org/48/4905/

-- 
Best regards,
Aleksander Alekseev



Commits

  1. Add min and max aggregates for bytea type.