"Ted Kremenek" <kremenek(at)apple(dot)com> 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 return, which it will
not (it always throws ereport(ERROR)). Or have I missed something?
regards, tom lane