Re: Operator for int8 array

Поиск
Список
Период
Сортировка
От S.Thanga Prakash
Тема Re: Operator for int8 array
Дата
Msg-id Pine.LNX.4.33.0602271237480.4252-100000@albatross.midascomm.com
обсуждение исходный текст
Ответ на Re: Operator for int8 array  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Operator for int8 array  (Oleg Bartunov <oleg@sai.msu.su>)
Re: Operator for int8 array  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Dear sir,

    We are already in the process of migrating toward 8.1 .
For existing support, we like to support with 7.1.3 .

Along with 7.1.3 release, contrib/array has been given for array iterator
support for int4 type array. It is working fine.
We changed it similarly, for int8 type array.
It is not working and postmaster receives signal 11.

We like to know whether is it feasible or not?

thanks and
regards,
stp.



On Fri, 24 Feb 2006, Tom Lane wrote:

> "K.Deepa" <kdeepa@midascomm.com> writes:
> > I need operator for int8 array. I tried changing the code in contrib/
> > and compiled.
> > When I tried executing the query, it is dumping. Kindly tell me if there
> > is alternative
> > to overcome the problem. I am using postgresql 7.1.3 version.
>
> 7.1.3?  Egad.  Get yourself onto some remotely modern version of PG.
> 7.1 is nearly five years old and has many known serious bugs, of
> both data-loss and security flavors.
>
> You didn't say exactly what you needed to do with an int8 array, but you
> may well find that 8.1 can do it already.  The array support is far
> superior now to what it was in 7.1.
>
>             regards, tom lane
>


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: How to tell how much of the database is being used for data.
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Operator for int8 array