Thread: pgsql: Simplify transformJsonAggConstructor() API

pgsql: Simplify transformJsonAggConstructor() API

From
Alvaro Herrera
Date:
Simplify transformJsonAggConstructor() API

There's no need for callers to pass aggregate names so that the function
can resolve them to OIDs, when callers can just pass aggregate OIDs
directly to begin with.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/63cc20205c1a0022d808a783b3025029bb09101e

Modified Files
--------------
src/backend/parser/parse_expr.c | 36 +++++++++++++++---------------------
1 file changed, 15 insertions(+), 21 deletions(-)