Re: [PATCH] Negative Transition Aggregate Functions (WIP)
От | Tom Lane |
---|---|
Тема | Re: [PATCH] Negative Transition Aggregate Functions (WIP) |
Дата | |
Msg-id | 14104.1389377281@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: [PATCH] Negative Transition Aggregate Functions (WIP) (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: [PATCH] Negative Transition Aggregate Functions (WIP)
Re: [PATCH] Negative Transition Aggregate Functions (WIP) |
Список | pgsql-hackers |
I wrote: > Kevin Grittner <kgrittn@ymail.com> writes: >> The real issue here is that if you are using an approximate data type >> and expecting exact answers, you will have problems. > That's a canard. People who know what they're doing (admittedly a > minority) do not expect exact answers, but they do expect to be able to > specify how to do the calculation in a way that minimizes roundoff errors. > The inverse-transition-function approach breaks that, and it does so at a > level where the user can't work around it, short of building his own > aggregates. Although, having said that ... maybe "build your own aggregate" would be a reasonable suggestion for people who need this? I grant that it's going to be a minority requirement, maybe even a small minority requirement. People who have the chops to get this sort of thing right can probably manage a custom aggregate definition. The constraint this would pose on the float4 and float8 implementations is that it be possible to use their transition and final functions in a custom aggregate declaration while leaving off the inverse function; or, if that combination doesn't work for some reason, we have to continue to provide the previous transition/final functions for use in user aggregates. Suitable documentation would be needed too, of course. regards, tom lane
В списке pgsql-hackers по дате отправления: