Add proargnames to multi-argument aggregate functions

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: b575a26c66e438225f1c0f95ed8c5efc793d3a14
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2023-08-24T09:53:42Z
Releases: 17.0
Add proargnames to multi-argument aggregate functions

Having argument names makes it easier to understand how to use the
aggregate functions when inspecting them with \dfa or similar.

Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Reviewed-by: Vik Fearing <vik@postgresfriends.org>
Reviewed-by: Jim Jones <jim.jones@uni-muenster.de>
Discussion: https://postgr.es/m/877cw3jl8y.fsf@wibble.ilmari.org

Files

PathChange+/−
src/include/catalog/catversion.h modified +1 −1
src/include/catalog/pg_proc.dat modified +11 −10

Discussion