Added just another test case.
Michael Meskes <meskes@postgresql.org>
Added just another test case. Fixed missing continuation line character. Do not translate $-quoting. Bit field notation belongs to a variable not a variable list. Output of line number only done by one function.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +11 −0 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +2 −2 |
| src/interfaces/ecpg/preproc/output.c | modified | +13 −8 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +11 −14 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +41 −37 |
| src/interfaces/ecpg/test/Makefile | modified | +2 −2 |
| src/interfaces/ecpg/test/perftest.pgc | modified | +1 −1 |
| src/interfaces/ecpg/test/test1.pgc | modified | +3 −0 |
| src/interfaces/ecpg/test/test5.pgc | modified | +4 −1 |
| src/interfaces/ecpg/test/test_func.pgc | added | +45 −0 |