Initialize day of year value.

Michael Meskes <meskes@postgresql.org>

Commit: a2c1c3308f33a293152e65bbc0d25e7976dde23d
Author: Michael Meskes <meskes@postgresql.org>
Date: 2013-07-19T07:03:45Z
Releases: 9.4.0
Initialize day of year value.

There are cases where the day of year value in struct tm is used, but it never
got calculated. Problem found by Coverity scan.

Files