From: | Pierre Queinnec <pierre(dot)queinnec(at)zenika(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Fix for a possible NPE |
Date: | 2010-03-20 19:50:29 |
Message-ID: | 4BA52705.7070406@zenika.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Hi guys,
Here's a little patch [1] that fixes a possible NPE. While I'm at it, I
also attached three other patches that I had, one to suppress a unused
field [2], another one to suppress a double null-check [3], and a small
typo correction [4].
[1] SimpleParameterList_NPE.diff
[2] CopyOperationImpl_unused_field.diff
[3] QueryExecutorImpl_double_null_check.diff
[4] Fastpath_typo.diff
Cheers,
--
Pierre Queinnec
CTO - Zenika
http://www.zenika.com
Attachment | Content-Type | Size |
---|---|---|
SimpleParameterList_NPE.diff | text/plain | 1.1 KB |
CopyOperationImpl_unused_field.diff | text/plain | 671 bytes |
QueryExecutorImpl_double_null_check.diff | text/plain | 1.4 KB |
Fastpath_typo.diff | text/plain | 929 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Kris Jurka | 2010-03-21 07:14:40 | Re: Fix for a possible NPE |
Previous Message | Ireneusz Pluta | 2010-03-12 08:10:17 | Re: Clarification With Money data type |