-
- Downloads
Add combine functions for various floating-point aggregates.
This allows parallel aggregation to use them. It may seem surprising that we use float8_combine for both float4_accum and float8_accum transition functions, but that's because those functions differ only in the type of the non-transition-state argument. Haribabu Kommi, reviewed by David Rowley and Tomas Vondra
Showing
- doc/src/sgml/func.sgml 20 additions, 20 deletionsdoc/src/sgml/func.sgml
- src/backend/utils/adt/float.c 107 additions, 0 deletionssrc/backend/utils/adt/float.c
- src/include/catalog/pg_aggregate.h 26 additions, 26 deletionssrc/include/catalog/pg_aggregate.h
- src/include/catalog/pg_proc.h 4 additions, 0 deletionssrc/include/catalog/pg_proc.h
- src/include/utils/builtins.h 2 additions, 0 deletionssrc/include/utils/builtins.h
Loading
Please register or sign in to comment