ecpg now recognizes named structs/unions. So you don't have to list the whole definition everytime you declare a variable anymore.
Michael Meskes <meskes@postgresql.org>
ecpg now recognizes named structs/unions. So you don't have to list the whole definition everytime you declare a variable anymore.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +4 −0 |
| src/interfaces/ecpg/preproc/descriptor.c | modified | +1 −1 |
| src/interfaces/ecpg/preproc/extern.h | modified | +2 −2 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +2 −16 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +229 −80 |
| src/interfaces/ecpg/preproc/type.c | modified | +7 −2 |
| src/interfaces/ecpg/preproc/type.h | modified | +4 −2 |
| src/interfaces/ecpg/preproc/variable.c | modified | +9 −4 |
| src/interfaces/ecpg/test/test1.pgc | modified | +1 −1 |
| src/interfaces/ecpg/test/test2.pgc | modified | +5 −6 |