pgsql: Add proargnames to multi-argument aggregate functions

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add proargnames to multi-argument aggregate functions
Date: 2023-08-24 09:55:27
Message-ID: E1qZ73m-000dSQ-V3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)ilmari(dot)org>
Reviewed-by: Vik Fearing <vik(at)postgresfriends(dot)org>
Reviewed-by: Jim Jones <jim(dot)jones(at)uni-muenster(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-08-24 10:38:56 pgsql: Rename hook functions for debug_io_direct to match variable name
Previous Message Amit Kapila 2023-08-24 09:34:02 pgsql: Fix the error message when failing to restore the snapshot.