Skip to content
Snippets Groups Projects
Commit 108fe473 authored by Tom Lane's avatar Tom Lane
Browse files

Aggregate functions now support multiple input arguments. I also took

the opportunity to treat COUNT(*) as a zero-argument aggregate instead
of the old hack that equated it to COUNT(1); this is materially cleaner
(no more weird ANYOID cases) and ought to be at least a tiny bit faster.
Original patch by Sergey Koposov; review, documentation, simple regression
tests, pg_dump and psql support by moi.
parent c2d11383
No related branches found
No related tags found
Loading
Showing
with 395 additions and 296 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment