Re: C-language stored function and float4 type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: C-language stored function and float4 type
Дата
Msg-id 1552.1381134080@sss.pgh.pa.us
обсуждение исходный текст
Ответ на C-language stored function and float4 type  (whiplash <whiplash@bss.org.ua>)
Ответы Re: C-language stored function and float4 type  (whiplash <whiplash@bss.org.ua>)
Список pgsql-general
whiplash <whiplash@bss.org.ua> writes:
> Hello! I have C-language stored function like this:
> CREATE FUNCTION testfunc ( x real, y real )
> RETURNS real AS
> 'testfunc'
> LANGUAGE C STRICT;

> If i use this function (SELECT testfunc ( 0.1, 0.2 )) I get result with
> type "double precision".

What's your basis for asserting that?  The function is clearly defined
to return float4.

            regards, tom lane


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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: Why there are no max_wal_receivers
Следующее
От: Toni Helenius
Дата:
Сообщение: Index only select count(*)