Added missing constuctor/destructor for interval and date.
Michael Meskes <meskes@postgresql.org>
Added missing constuctor/destructor for interval and date.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +5 −0 |
| src/interfaces/ecpg/include/pgtypes_date.h | modified | +3 −1 |
| src/interfaces/ecpg/include/pgtypes_interval.h | modified | +3 −1 |
| src/interfaces/ecpg/pgtypeslib/datetime.c | modified | +16 −1 |
| src/interfaces/ecpg/pgtypeslib/interval.c | modified | +16 −1 |
| src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c | modified | +17 −2 |
| src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.stdout | modified | +6 −0 |
| src/interfaces/ecpg/test/pgtypeslib/dt_test2.pgc | modified | +13 −1 |