pgsql: Add proargnames to multi-argument aggregate functions - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Add proargnames to multi-argument aggregate functions
Date
Msg-id E1qZ73m-000dSQ-V3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b575a26c66e438225f1c0f95ed8c5efc793d3a14

Modified Files
--------------
src/include/catalog/catversion.h |  2 +-
src/include/catalog/pg_proc.dat  | 21 +++++++++++----------
2 files changed, 12 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix the error message when failing to restore the snapshot.
Next
From: Thomas Munro
Date:
Subject: pgsql: Rename hook functions for debug_io_direct to match variable name