- Only use typedefs inside their scope.
Michael Meskes <meskes@postgresql.org>
- Only use typedefs inside their scope. - Variables that are out of scope, were not removed all the time. - Make a varchar NULL set everything to 0 when not using indicators. - Synced parser.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +7 −0 |
| src/interfaces/ecpg/compatlib/informix.c | modified | +2 −2 |
| src/interfaces/ecpg/ecpglib/data.c | modified | +9 −6 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +2 −2 |
| src/interfaces/ecpg/ecpglib/misc.c | modified | +4 −3 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +2 −2 |
| src/interfaces/ecpg/preproc/extern.h | modified | +1 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +37 −8 |
| src/interfaces/ecpg/preproc/type.h | modified | +10 −9 |
| src/interfaces/ecpg/preproc/variable.c | modified | +42 −2 |