- Fixed order mismatch in processing "using" arguments.
Michael Meskes <meskes@postgresql.org>
- Fixed order mismatch in processing "using" arguments. - Fixed some minor things in test cases. - Use defines for Informix error codes.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +6 −0 |
| src/interfaces/ecpg/compatlib/informix.c | modified | +46 −46 |
| src/interfaces/ecpg/include/ecpg_informix.h | modified | +15 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +11 −11 |
| src/interfaces/ecpg/preproc/variable.c | modified | +3 −1 |
| src/interfaces/ecpg/test/num_test.pgc | modified | +5 −5 |
| src/interfaces/ecpg/test/test_informix.pgc | modified | +3 −3 |