Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight.de>
Michael Meskes <meskes@postgresql.org>
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight.de> Added missing error handling in a few functions in ecpglib
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +7 −1 |
| src/interfaces/ecpg/compatlib/informix.c | modified | +27 −10 |
| src/interfaces/ecpg/ecpglib/connect.c | modified | +2 −1 |
| src/interfaces/ecpg/ecpglib/data.c | modified | +65 −27 |
| src/interfaces/ecpg/ecpglib/descriptor.c | modified | +9 −5 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +123 −53 |
| src/interfaces/ecpg/ecpglib/extern.h | modified | +2 −2 |
| src/interfaces/ecpg/pgtypeslib/datetime.c | modified | +1 −4 |
| src/interfaces/ecpg/pgtypeslib/dt_common.c | modified | +3 −3 |
| src/interfaces/ecpg/pgtypeslib/numeric.c | modified | +4 −1 |
| src/interfaces/ecpg/pgtypeslib/timestamp.c | modified | +1 −11 |
| src/interfaces/ecpg/test/dt_test.pgc | modified | +44 −1 |