Re: [PATCHES] Re: [ADMIN] High memory usage [PATCH] - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: [PATCHES] Re: [ADMIN] High memory usage [PATCH]
Date
Msg-id 200106260144.f5Q1ifq15332@candle.pha.pa.us
Whole thread Raw
In response to Re: [ADMIN] High memory usage [PATCH]  (Barry Lind <barry@xythos.com>)
List pgsql-jdbc
> resending since I sent it from the wrong email address last time.
>
>
>
>  Since this patch got applied before I got around to commenting on it,
>
>  I have submitted a new patch to address my issues with the original
>  patch.
>
>  The problem with the patch as applied is that is always creates the
>  SimpleDateFormat objects in the constructor of the PreparedStatement
>  regardless of whether or not they will ever be used in the
>  PreparedStatement.  I have reverted back to the old behavior that only
>  creates them if necessary in the setDate and setTimestamp methods.

Barry, did I miss the actual patch you sent?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: [ADMIN] High memory usage [PATCH]
Next
From: Bruce Momjian
Date:
Subject: Re: Re: [ADMIN] High memory usage [PATCH]