On Mar 5, 2008, at 10:10 PM, Tom Lane wrote:
"Ted Kremenek" <[EMAIL PROTECTED]> writes:
It appears that there may be a case where the function tm2timetz is
called
with an uninitialized (i.e., undefined) value passed as one of its
arguments
(actually multiple arguments are undefined
"Ted Kremenek" <[EMAIL PROTECTED]> writes:
> It appears that there may be a case where the function tm2timetz is called
> with an uninitialized (i.e., undefined) value passed as one of its arguments
> (actually multiple arguments are undefined).
I think you're assuming DateTimeParseError() will re
The following bug has been logged online:
Bug reference: 4015
Logged by: Ted Kremenek
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3.0
Operating system: Mac OS X 10.5.2
Description:uninitialized value passed as an argument to tm2timetz
Details:
It appears