pgsql: Simplify transformJsonAggConstructor() API - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Simplify transformJsonAggConstructor() API
Date
Msg-id E1phxdQ-000WHC-5D@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix inconsistencies and style issues in new SQL/JSON code
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Show record information in pg_get_wal_block_info.