Applied Zoltan's patch to make ecpg spit out warnings if a local variable hides a global one with the same name.
Michael Meskes <meskes@postgresql.org>
Applied Zoltan's patch to make ecpg spit out warnings if a local variable hides a global one with the same name.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/preproc/descriptor.c | modified | +3 −3 |
| src/interfaces/ecpg/preproc/type.c | modified | +41 −4 |
| src/interfaces/ecpg/preproc/type.h | modified | +3 −2 |
| src/interfaces/ecpg/preproc/variable.c | modified | +4 −3 |