Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight.de>
Michael Meskes <meskes@postgresql.org>
Added fixes 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/compatlib/informix.c | modified | +26 −9 |
| src/interfaces/ecpg/ecpglib/connect.c | modified | +2 −1 |
| src/interfaces/ecpg/ecpglib/data.c | modified | +58 −22 |
| 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 | +1 −1 |
| src/interfaces/ecpg/pgtypeslib/datetime.c | modified | +0 −3 |
| src/interfaces/ecpg/pgtypeslib/dt_common.c | modified | +2 −2 |
| src/interfaces/ecpg/pgtypeslib/numeric.c | modified | +3 −0 |
| src/interfaces/ecpg/pgtypeslib/timestamp.c | modified | +1 −11 |
| src/interfaces/ecpg/test/dt_test.pgc | modified | +43 −0 |