Fixed parser to accept initializing expressions starting with "(".
Michael Meskes <meskes@postgresql.org>
Fixed parser to accept initializing expressions starting with "(".
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +4 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +8 −0 |
| src/interfaces/ecpg/test/test1.pgc | modified | +1 −2 |
| src/interfaces/ecpg/test/test_init.pgc | modified | +5 −4 |