Query parsing speedup patch v2

From: Mikko Tiihonen <mokki(at)elisanet(dot)fi>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Query parsing speedup patch v2
Date: 2006-07-26 11:42:43
Message-ID: 1153914163.27322.18.camel@dual.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

This is a second version of the patch. It changes the following in the
VisibleBufferedInputStream:
- IndexOutOfBounds in scanCString caused by typo
- better buffer management, now tries harder to avoid short reads from
the wrapped stream

Attachment Content-Type Size
query-parsing-speedup-v2.patch text/x-patch 19.7 KB

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2006-07-26 15:42:56 Re: Invalid column display size. Cannot be less than zero
Previous Message Csaba Nagy 2006-07-26 08:02:41 Re: streaming bytea: is it possible ?