Fixed error handling in numeric conversion (Joachim).
Michael Meskes <meskes@postgresql.org>
Fixed error handling in numeric conversion (Joachim). Further regression cleanup.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +4 −0 |
| src/interfaces/ecpg/include/pgtypes_numeric.h | modified | +3 −1 |
| src/interfaces/ecpg/pgtypeslib/numeric.c | modified | +27 −3 |
| src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c | modified | +33 −9 |
| src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.stdout | modified | +89 −38 |
| src/interfaces/ecpg/test/pgtypeslib/num_test2.pgc | modified | +33 −9 |