summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/preproc-variable.c
AgeCommit message (Expand)Author
2022-09-09Fix possible omission of variable storage markers in ECPG.Tom Lane
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2019-01-24Remove infinite-loop hazards in ecpg test suite.Tom Lane
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2014-04-09Several fixes to array handling in ecpg.Michael Meskes
2012-02-13Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-03-09ecpg now adds a unique counter to its varchar struct definitions to make thes...Michael Meskes
2008-12-29First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes
2008-11-11Replaced manually synced preproc.y by the one created by the new script.Michael Meskes
2008-02-17- Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes
2007-08-14Fixed compiler warning for enum handlingMichael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-05-27Sorry guys, I committed the file from my development snapshot instead the one...Michael Meskes
2007-05-27The source code changed, so the expected file changed too.Michael Meskes
2007-03-17- Changed some whitespacing in connect statement.Michael Meskes
2007-01-12Simplified regression handlingMichael Meskes
2007-01-11Applied Joachim's patch for a --regression option.Michael Meskes
2007-01-05Update ecpg regresison output for new library version number.Bruce Momjian
2006-10-04Reverted changes made by pgindentMichael Meskes
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-26Added Joachim's changes for MinGW.Michael Meskes
2006-09-08More logic from complex/test* moved to their own testcases.Michael Meskes