- Fixed Informix compat math functions to cope with the situations
Michael Meskes <meskes@postgresql.org>
- Fixed Informix compat math functions to cope with the situations where one argument takes the result. - Applied thread patches by Lee Kindness
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +12 −4 |
| src/interfaces/ecpg/compatlib/informix.c | modified | +7 −6 |
| src/interfaces/ecpg/ecpglib/connect.c | modified | +35 −3 |
| src/interfaces/ecpg/ecpglib/Makefile | modified | +2 −2 |
| src/interfaces/ecpg/ecpglib/misc.c | modified | +9 −4 |
| src/interfaces/ecpg/test/Makefile | modified | +2 −2 |
| src/interfaces/ecpg/test/test_thread.pgc | modified | +123 −90 |