Re: [BUGS] BUG #4015: uninitialized value passed as an argument to tm2timetz

2008-03-06 Thread Ted Kremenek
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

Re: [BUGS] BUG #4015: uninitialized value passed as an argument to tm2timetz

2008-03-05 Thread Tom Lane
"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

[BUGS] BUG #4015: uninitialized value passed as an argument to tm2timetz

2008-03-05 Thread Ted Kremenek
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