- 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().
Files
| Path | Change | +/− |
|---|---|---|
| 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/prepare.c | modified | +4 −4 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +8 −8 |