Simplify transformJsonAggConstructor() API

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 63cc20205c1a0022d808a783b3025029bb09101e
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2023-03-30T19:07:24Z
Releases: 16.0
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.

Files

PathChange+/−
src/backend/parser/parse_expr.c modified +15 −21