- 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.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ecpglib/misc.c | modified | +2 −1 |
| src/interfaces/ecpg/preproc/extern.h | modified | +1 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +5 −2 |
| src/interfaces/ecpg/preproc/type.h | modified | +10 −9 |
| src/interfaces/ecpg/preproc/variable.c | modified | +42 −2 |