Patch to set timezone once instead of every call

From: Barry Lind <barry(at)xythos(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Patch to set timezone once instead of every call
Date: 2001-07-01 00:25:13
Message-ID: 3B3E6DE9.4020404@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

This patch moves the setting of the timezone on the SimpleDateFormat
object inside the initialization section instead of doing it everytime
the setTimestamp method is called. Thanks to Dave Harkness for this
suggestion.

thanks,
--Barry

Attachment Content-Type Size
patch2.diff text/plain 919 bytes

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-07-01 01:16:43 Re: [INTERFACES] New code for JDBC driver
Previous Message Peter Eisentraut 2001-07-01 00:08:57 Re: New code for JDBC driver

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-01 11:17:00 Re: RE: Todo/missing? (was Re: [ADMIN] High memory usage [PATCH])
Previous Message Barry Lind 2001-07-01 00:01:33 Patch to remove connection hook and JDK 1.3 dependencies