Re: Add MIN/MAX aggregate support for uuid
Tristan Partin <tristan@partin.io>
From: "Tristan Partin" <tristan@partin.io>
To: "Zsolt Parragi" <zsolt.parragi@percona.com>
Cc: "pgsql-hackers" <pgsql-hackers@postgresql.org>
Date: 2026-06-24T21:54:00Z
Lists: pgsql-hackers
Attachments
- v4-0001-Add-MIN-MAX-aggregate-support-for-uuid.patch (text/x-patch) patch v4-0001
On Wed Jun 24, 2026 at 9:32 PM UTC, Zsolt Parragi wrote: > Doesn't opr_sanity.out also require an update? It's failing for me > locally because of the new leakproof functions. (I verified it with v2 > which also had the missing descriptions as a diff here, which should > be solved now, but the other diff should be still there with v3) Thanks. I was unaware of this test. Fixed in v4. -- Tristan Partin PostgreSQL Contributors Team AWS (https://aws.amazon.com)
Commits
-
Add min() and max() aggregate support for uuid.
- 2e606d75c0bf master landed