Fixed array pointers, no longer using void * in arithmetics.
Michael Meskes <meskes@postgresql.org>
Fixed array pointers, no longer using void * in arithmetics.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +4 −0 |
| src/interfaces/ecpg/lib/data.c | modified | +2 −2 |
| src/interfaces/ecpg/lib/execute.c | modified | +9 −9 |
| src/interfaces/ecpg/lib/extern.h | modified | +1 −1 |
| src/interfaces/ecpg/preproc/type.c | modified | +1 −1 |