Changed ECPG outofscope handling to always print out statements in the same order
Michael Meskes <meskes@postgresql.org>
Changed ECPG outofscope handling to always print out statements in the same order so regression testing is possible, by Zoltan Boszormenyi
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/preproc/ecpg.addons | modified | +3 −8 |
| src/interfaces/ecpg/preproc/ecpg.header | modified | +98 −93 |
| src/interfaces/ecpg/preproc/ecpg.trailer | modified | +3 −8 |
| src/interfaces/ecpg/test/expected/preproc-cursor.c | modified | +3 −3 |
| src/interfaces/ecpg/test/expected/preproc-outofscope.c | modified | +10 −16 |
| src/interfaces/ecpg/test/expected/preproc-outofscope.stderr | modified | +6 −28 |
| src/interfaces/ecpg/test/expected/preproc-outofscope.stdout | modified | +1 −2 |
| src/interfaces/ecpg/test/preproc/outofscope.pgc | modified | +0 −1 |