Re: Statistical aggregates

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: PostgreSQL HACKERS <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Statistical aggregates
Date: 2000-07-04 14:59:02
Message-ID: Pine.LNX.3.96.1000704165834.26024B-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


On Tue, 4 Jul 2000, Karel Zak wrote:

>
> On Tue, 4 Jul 2000, Jan Wieck wrote:
>
> > Hi,
> >
> > while moving my development environment onto my notebook I
> > found a little module that needed to go into contrib. It
> > provides aggregates for variance and standard deviation for
> > float8. Can be found now under contrib/statmath.
> >
> > While doing so I noticed that at least the fti Makefile has a
> > bug. The MODULE_PATH in the .sql.in is replaced with .sql at
> > the end instead of .so as it should be. Might have to do with
> > the contrib cleanup done lately.
> >
>
> Sorry, my faul. I fog '$@' instead '$<'. Nice on this bug is that
^^^^^^
idiotism - it must be directly .so

> I copy this to more contrib Makefiles..... grrrr :-((
>
> Well, I directly now correct it. The patch will after one hour...

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2000-07-04 15:08:35 Re: Re: PDF book July 2, 2000 version
Previous Message Philip Warner 2000-07-04 14:57:16 Re: heap_create with OID?

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2000-07-04 15:18:48 Re: [HACKERS] Statistical aggregates
Previous Message Karel Zak 2000-07-04 14:56:26 Re: Statistical aggregates