BUG #8191: Wrong bit conversion - Mailing list pgsql-bugs

From gerald@hexboss.com
Subject BUG #8191: Wrong bit conversion
Date
Msg-id E1Ui5wN-0007sy-5H@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #8191: Wrong bit conversion  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      8191
Logged by:          Gerald Luger
Email address:      gerald@hexboss.com
PostgreSQL version: 9.2.1
Operating system:   Windows 8
Description:        =


SELECT b'1'::bit(64), x'1'::bit(64), 1::bit(64)

RESULT:
"1000000000000000000000000000000000000000000000000000000000000000",
"0001000000000000000000000000000000000000000000000000000000000000",
"0000000000000000000000000000000000000000000000000000000000000001"

pgsql-bugs by date:

Previous
From: vlajos@gmail.com
Date:
Subject: BUG #8193: A few cosmetic misspell fixes.
Next
From: daniel.couto.2@hotmail.com
Date:
Subject: BUG #8194: hardware