Just another Informix compatibility change. They uses "free" for cursors as wellafter closing them.
Michael Meskes <meskes@postgresql.org>
Just another Informix compatibility change. They uses "free" for cursors as wellafter closing them.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +4 −0 |
| src/interfaces/ecpg/compatlib/informix.c | modified | +10 −0 |
| src/interfaces/ecpg/ecpglib/prepare.c | modified | +13 −2 |
| src/interfaces/ecpg/include/ecpg_informix.h | modified | +1 −0 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +1 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +5 −2 |
| src/interfaces/ecpg/test/test4.pgc | modified | +2 −1 |