Aggregate functions in PostgreSQL
are defined in terms of state values
and state transition functions.
@@ -525,4 +525,4 @@ if (AggCheckCallContext(fcinfo, NULL))
supposed to implement. Examples can be found
in orderedsetaggs.c in the PostgreSQL
source code.
-