[BUGS] BUG #8191: Wrong bit conversion

2013-05-31 Thread gerald
The following bug has been logged on the website: Bug reference: 8191 Logged by: Gerald Luger Email address: ger...@hexboss.com PostgreSQL version: 9.2.1 Operating system: Windows 8 Description: SELECT b'1'::bit(64), x'1'::bit(64)

[BUGS] Major Memory Leak in PostgreSQL JDBC Driver

2001-04-10 Thread Gerald Gutierrez
d our application no longer has any memory leaks. Please consider fixing this problem before releasing 7.1. Thanks. Gerald. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://www.postgresql.org/search.mpl

[BUGS] Major problem in PostgreSQL JDBC driver that will cause OutOfMemoryErrors

2001-04-10 Thread Gerald Gutierrez
gParade/bugs/4414045.html Gerald. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html

Re: [BUGS] BUG #8191: Wrong bit conversion

2013-05-31 Thread Gerald Luger
Shouldn't I expect all results to be 000...0001? Otherwise it would be 1 != 1? -Original Message- From: Tom Lane [mailto:t...@sss.pgh.pa.us] Sent: Friday, May 31, 2013 5:34 PM To: Gerald Luger Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS] BUG #8191: Wrong bit conversion