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