Re: JDBC buggy in 7.1beta3

From: Barry Lind <barry(at)xythos(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Stu Coates <stu_coates(at)mail(dot)com>, pgsql-bugs(at)postgresql(dot)org, PostgreSQL jdbc list <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC buggy in 7.1beta3
Date: 2001-01-25 07:43:34
Message-ID: 3A6FD926.98C26EF@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-jdbc

This is no longer a problem in 7.1. The bug here was the same one
introduced by the wrong version of Gunner's bytearray pooling patch
being applied. It was fixed in current sources by Peter commenting out
the bytearray pooling.

thanks,
--Barry

Bruce Momjian wrote:
>
> Anyone fixing this bug?
>
> > I reported a JDBC bug in the 7.1 beta1 release back in December and notice that the same bug is still present in the current beta 3 sources. The problem relates to nested cursors failing and is quite simple to reproduce. A simple test case can be found at:
> >
> > http://www.twospuds.com/pg7-1b3-jdbc-bug.tar.gz
> >
> > The 7.0.2 JDBC drivers work fine against the 7.1b3 backend, with a little tweaking for "long" rows.
> >
> > Peter (Mount) did acknowledge the bug but I have not heard anything on the list since then. Is anyone looking at it? Come to think of it, I haven't seen anything on the lists [HACKERS mainly] from Peter for a while.
> >
> > Stu.
> > --
> > Stu Coates
> > Chelmsford, England U.K.
> > ICQ:146628
> > http://www.stucoates.com/
> >
> > ______________________________________________
> > FREE Personalized Email at Mail.com
> > Sign up at http://www.mail.com/?sr=signup
> >
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Max Vaschenko 2001-01-25 10:34:02 BUG in postgres mathematic
Previous Message Bruce Momjian 2001-01-25 03:31:38 Re: [INTERFACES] jdbc driver: Support for 'BOOL'

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-01-25 08:18:18 Re: [BUGS] JDBC PreparedStatement.setMaxRows() affects other objectsinstantiated from this class and it's parent class
Previous Message Oleg Bartunov 2001-01-25 07:12:05 Re: Open 7.1 items