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_2_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/c9351a9da5f0d8ef3a992452e727a5062d80adee 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
