pgsql: Add aggregate_with_argtypes and use it consistently

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add aggregate_with_argtypes and use it consistently
Date: 2016-12-01 22:39:20
Message-ID: E1cCa0e-0005Gt-Mh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add aggregate_with_argtypes and use it consistently

This works like function_with_argtypes, but aggregates allow slightly
different arguments.

Reviewed-by: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b999c247a5df4110a2ae20b01f0f686840169875

Modified Files
--------------
src/backend/parser/gram.y | 74 +++++++++++++++++++++++++++--------------------
1 file changed, 42 insertions(+), 32 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-12-02 01:29:49 pgsql: Refactor libpqwalreceiver
Previous Message Robert Haas 2016-12-01 20:17:23 pgsql: libpq: Fix inadvertent change in PQhost() behavior.