BUG #11749: range_in, range_out dosn't work - Mailing list pgsql-bugs

From olegjobs@mail.ru
Subject BUG #11749: range_in, range_out dosn't work
Date
Msg-id 20141022124342.2678.3694@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #11749: range_in, range_out dosn't work  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      11749
Logged by:          Oleg
Email address:      olegjobs@mail.ru
PostgreSQL version: 9.3.2
Operating system:   Ubuntu 64 14.04
Description:

I have tried this:

Datum test_ext_set_range(PG_FUNCTION_ARGS)
{
    return range_out(fcinfo);
}

in psql:
select test_ext_set_range('[1,2]'::int4range);

error:
The connection to the server lost.

pgsql-bugs by date:

Previous
From: sep@zepworks.com
Date:
Subject: BUG #11769: function host(character) does not exist
Next
From: olegjobs@mail.ru
Date:
Subject: BUG #11761: range_in dosn't work via direct functional call