Re: MIN/MAX functions for a record

Aleksander Alekseev <aleksander@timescale.com>

From: Aleksander Alekseev <aleksander@timescale.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Viliam Ďurina <viliam.durina@gmail.com>, Michael Paquier <michael@paquier.xyz>
Date: 2024-07-08T09:20:30Z
Lists: pgsql-hackers

Attachments

Hi,

> Many thanks. Here is the corrected patch. Now it also includes MIN()
> support and tests.

Michael Paquier (cc:'ed) commented offlist that I forgot to change the
documentation.

Here is the corrected patch.

-- 
Best regards,
Aleksander Alekseev

Commits

  1. Add min and max aggregates for composite types (records).