Re: [PATCHES] Re: [ADMIN] High memory usage [PATCH]

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org, "'PostgreSQL jdbc list'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [PATCHES] Re: [ADMIN] High memory usage [PATCH]
Date: 2001-06-26 01:44:41
Message-ID: 200106260144.f5Q1ifq15332@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-jdbc pgsql-patches

> 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(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

Browse pgsql-admin by date

  From Date Subject
Next Message Grant 2001-06-26 01:46:38 Announcing Postgresql backup script.
Previous Message Bruce Momjian 2001-06-26 01:32:38 Re: Re: [ADMIN] High memory usage [PATCH]

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas O'Dowd 2001-06-26 02:29:39 Todo/missing? (was Re: [ADMIN] High memory usage [PATCH])
Previous Message Bruce Momjian 2001-06-26 01:32:38 Re: Re: [ADMIN] High memory usage [PATCH]

Browse pgsql-patches by date

  From Date Subject
Next Message Thomas O'Dowd 2001-06-26 02:29:39 Todo/missing? (was Re: [ADMIN] High memory usage [PATCH])
Previous Message Bruce Momjian 2001-06-26 01:32:38 Re: Re: [ADMIN] High memory usage [PATCH]