aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/preproc/strings.h
Commit message (Collapse)AuthorAge
* Avoid re-using output variables in new ecpg test case.Tom Lane2020-11-07
| | | | | | | | | The buildfarm thinks this leads to memory stomps, though annoyingly I can't duplicate that here. The existing code in strings.pgc is doing something that doesn't seem to be sanctioned at all really by the documentation, but I'm disinclined to try to make that nicer right now. Let's just declare some more output variables in hopes of working around it.
* pgindent run for 9.0, second runBruce Momjian2010-07-06
|
* ECPG only copied #include statements instead of processing them according toMichael Meskes2010-03-21
commandline option "-i". This change fixes this and adds a test case. It also honors #include_next, although this is probably never used for embedded SQL.