Re: MIN/MAX functions for a record
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Aleksander Alekseev <aleksander@timescale.com>, pgsql-hackers@lists.postgresql.org, Viliam Ďurina <viliam.durina@gmail.com>
Date: 2024-07-09T00:54:31Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > I am not sure to get the concerns of upthread regarding the type > caching in the context of an aggregate, which is the business with > lookup_type_cache(), especially since there is a btree operator > relying on record_cmp(). Tom, what were your concerns here? 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. regards, tom lane
Commits
-
Add min and max aggregates for composite types (records).
- a0f1fce80c03 18.0 landed