Re: integer array, push and pop

From: Ryan Mahoney <ryan(at)paymentalliance(dot)net>
To: Teodor Sigaev <teodor(at)stack(dot)net>
Cc: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: integer array, push and pop
Date: 2002-10-31 19:07:50
Message-ID: 1036091282.3777.2.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

What version of postgres are you using? I am using PostgreSQL 7.3b1 on
i686-pc-linux-gnu, compiled by GCC 2.96 and when I execute the following
statement:

select '{124,567,66}'::int[] + 345;

I get the error:

ERROR: cache lookup failed for type 0

Any ideas?

Thanks for your help!

-r

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert E. Bruccoleri 2002-10-31 19:44:42 Re: Test of PG7.3.2b2 on SGI Irix
Previous Message Ross J. Reedstrom 2002-10-31 18:34:54 Re: Turning the PLANNER off