pgsql: Simplify transformJsonAggConstructor() API

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Simplify transformJsonAggConstructor() API
Дата
Msg-id E1phxdQ-000WHC-5D@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix inconsistencies and style issues in new SQL/JSON code
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Show record information in pg_get_wal_block_info.