Added typedef patches and a new option '-c' to automatically create C typedefs from SQL ones.
Michael Meskes <meskes@postgresql.org>
Added typedef patches and a new option '-c' to automatically create C typedefs from SQL ones.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +6 −0 |
| src/interfaces/ecpg/preproc/c_keywords.c | modified | +1 −0 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +13 −7 |
| src/interfaces/ecpg/preproc/extern.h | modified | +1 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +101 −26 |
| src/interfaces/ecpg/test/test3.pgc | modified | +1 −2 |