Re: Adding argument names to aggregate functions
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Jim Jones <jim.jones@uni-muenster.de>, PostgreSQL Hackers
<pgsql-hackers@postgresql.org>
Date: 2023-07-19T17:32:16Z
Lists: pgsql-hackers
Attachments
Daniel Gustafsson <daniel@yesql.se> writes: > This patch no longer applied but had a fairly trivial conflict so I've attached > a rebased v3 addressing the conflict in the hopes of getting this further. Thanks for the heads-up! Turns out the conflict was due to the new json(b)_object_agg(_unique)(_strict) functions, which should also have proargnames added. Here's an updated patch that does that. - ilmari
Commits
-
Add proargnames to multi-argument aggregate functions
- b575a26c66e4 17.0 landed