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.
Branch ------ REL9_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/4652abeb30b28dcb38621ea31f24936cdbdc83f8 Modified Files -------------- src/interfaces/ecpg/pgtypeslib/timestamp.c | 2 ++ src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c | 14 ++++++++++---- .../ecpg/test/expected/pgtypeslib-dt_test.stderr | 2 +- .../ecpg/test/expected/pgtypeslib-dt_test.stdout | 1 + src/interfaces/ecpg/test/pgtypeslib/dt_test.pgc | 6 ++++++ 5 files changed, 20 insertions(+), 5 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
