Re: C Function Question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bill Triplett <btt(at)nethouse(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: C Function Question
Date: 2002-02-11 16:40:06
Message-ID: 7312.1013445606@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Bill Triplett <btt(at)nethouse(dot)com> writes:
> The prob. is I can't seem to find a straightforward way to get from
> the array of floats to the postgres select form.

Take a look at the "FLOAT AGGREGATE OPERATORS" in
src/backend/utils/adt/float.c. These show relatively simple code for
assembling and disassembling fixed-size float arrays.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2002-02-11 16:41:30 Re: Triggers
Previous Message Josh Berkus 2002-02-11 16:37:05 Re: Using indexes and keys