Talk About Network

Google




Play Stock Market Games
Fantasy Stock Picking Contest

Data Bases > Pgsql Bugs > BUG #4114: Inco...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 3715 of 3967
Post > Topic >>

BUG #4114: Inconsistent ****ft operator

by kononov@[EMAIL PROTECTED] ("Roman Kononov") Apr 19, 2008 at 06:36 AM

The following bug has been logged online:

Bug reference:      4114
Logged by:          Roman Kononov
Email address:      kononov@[EMAIL PROTECTED]
 version: 8.3.1
Operating system:   x86_64 GNU/Linux
Description:        Inconsistent ****ft operator
Details: 

The below test cases show the obvious inconsistency between different
integer types.

test=# \t
Showing only tuples.
test=# select 1::int2 << 17;
         0

test=# select 1::int4 << 33;
         2

test=# select 1::int8 << 65;
         2

test=# select 2::int2 >> 17;
         0

test=# select 2::int4 >> 33;
         1

test=# select 2::int8 >> 65;
         1

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




 3 Posts in Topic:
BUG #4114: Inconsistent ****ft operator
kononov@[EMAIL PROTECTED]  2008-04-19 06:36:16 
Re: BUG #4114: Inconsistent ****ft operator
Zdenek.Kotala@[EMAIL PROT  2008-04-20 20:17:50 
Re: BUG #4114: Inconsistent ****ft operator
sam@[EMAIL PROTECTED] (S  2008-04-20 20:02:53 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Fri Aug 8 12:56:49 CDT 2008.