BUG #11749: range_in, range_out dosn't work

Started by Dunauskas Olegover 11 years ago2 messagesbugs
Jump to latest
#1Dunauskas Oleg
olegjobs@mail.ru

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.

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Heikki Linnakangas
heikki.linnakangas@enterprisedb.com
In reply to: Dunauskas Oleg (#1)
Re: BUG #11749: range_in, range_out dosn't work

On 10/22/2014 03:43 PM, olegjobs@mail.ru wrote:

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.

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

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs