On 10/22/2014 03:43 PM, olegjobs(at)mail(dot)ru wrote:
> The following bug has been logged on the website:
>
> Bug reference: 11749
> Logged by: Oleg
> Email address: olegjobs(at)mail(dot)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.
It's not clear what you're trying to do. Without more details, I can
only guess that you have a bug somewhere in your code.
- Heikki