Re: MIN/MAX functions for a record
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Aleksander Alekseev <aleksander@timescale.com>, pgsql-hackers@lists.postgresql.org, Viliam Ďurina <viliam.durina@gmail.com>
Date: 2024-07-09T00:59:44Z
Lists: pgsql-hackers
On Mon, Jul 08, 2024 at 08:54:31PM -0400, Tom Lane wrote: > Don't recall right at this instant, but I've put myself down as > reviewer of this patch to remind me to look at it in the next > day or two. Thanks for the update. WFM. -- Michael
Commits
-
Add min and max aggregates for composite types (records).
- a0f1fce80c03 18.0 landed