Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid re-using output variables in new ecpg test case. | Tom Lane | 2020-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 run | Bruce Momjian | 2010-07-06 |
| | |||
* | ECPG only copied #include statements instead of processing them according to | Michael Meskes | 2010-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. |