Обсуждение: pgsql: Initialize day of year value.

Поиск
Список
Период
Сортировка

pgsql: Initialize day of year value.

От
Michael Meskes
Дата:
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
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d29130bd0f099e0ba973e933bf39b719e2378968

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(-)