Re: Numeric Functions

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Numeric Functions
Дата
Msg-id 480DE411.8070408@dunslane.net
обсуждение исходный текст
Ответ на Numeric Functions  (Aaron Spiteri <azzmosphere@hotmail.com>)
Список pgsql-hackers

Aaron Spiteri wrote:
>
>
>     ------------------------------------------------------------------------
>     I was wandering if there where any intentions of moving some of
>     the currently internal numeric function prototypes to the Numeric
>     header file.  I believe such functions like cmp_numerics, add_var,
>     etc would come in handy when writing user defined C code.
>
>     Would there be many ill effects by doing this?
>
>     What should I look out for if I try it?
>
>
> <http://mycareer.com.au/?s_cid=596065%20>

Umm ... you mean like this in builtins.h?

extern Datum numeric_cmp(PG_FUNCTION_ARGS);

cheers

andrew



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: port/thread.c and pthreads
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: GiST opclass and varlena