"char *" of course is not the same as "char []". So I had to fix the way ecpg treated the second one.
Michael Meskes <meskes@postgresql.org>
"char *" of course is not the same as "char []". So I had to fix the way ecpg treated the second one.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +4 −0 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +9 −1 |
| src/interfaces/ecpg/preproc/variable.c | modified | +8 −1 |