Simplify transformJsonAggConstructor() API
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_expr.c | modified | +15 −21 |