- Made several variables "const char *" instead of "char *" as proposed by Qingqing Zhou <zhouqq@cs.toronto.edu>.
Michael Meskes <meskes@postgresql.org>
- Made several variables "const char *" instead of "char *" as proposed by Qingqing Zhou <zhouqq@cs.toronto.edu>. - Replaced all strdup() calls by ECPGstrdup(). - Set ecpg library version to 5.2. - Set ecpg version to 4.2.1.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +8 −0 |
| src/interfaces/ecpg/ecpglib/connect.c | modified | +13 −13 |
| src/interfaces/ecpg/ecpglib/descriptor.c | modified | +6 −6 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +6 −5 |
| src/interfaces/ecpg/ecpglib/Makefile | modified | +2 −2 |
| src/interfaces/ecpg/ecpglib/prepare.c | modified | +4 −4 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +8 −8 |
| src/interfaces/ecpg/preproc/Makefile | modified | +2 −2 |