Re: Statistical aggregates

From: JanWieck(at)t-online(dot)de (Jan Wieck)
To: PostgreSQL HACKERS <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Statistical aggregates
Date: 2000-07-04 16:46:09
Message-ID: 200007041646.SAA03498@hot.jw.home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Karel Zak wrote:
>
> 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 used $(NAME)$(DLSUFFIX) in my Makefile. Not all platforms
use .so for dynamic loadable objects.

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

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-07-04 16:48:22 Re: heap_create with OID?
Previous Message Pavel Janík ml. 2000-07-04 16:32:58 current CVS: undefined reference to `PGLZ_RAW_SIZE'

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2000-07-04 16:59:17 Re: Statistical aggregates
Previous Message Bruce Momjian 2000-07-04 16:16:29 Re: [PATCHES] Re: Statistical aggregates