Avoid re-using output variables in new ecpg test case. 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.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/eed4356fad84b0fd6e3caa49c7006f401159ac9a Modified Files -------------- src/interfaces/ecpg/test/expected/preproc-strings.c | 10 ++++++---- src/interfaces/ecpg/test/expected/preproc-strings.stderr | 4 ++++ src/interfaces/ecpg/test/preproc/strings.h | 4 +++- src/interfaces/ecpg/test/preproc/strings.pgc | 4 ++-- 4 files changed, 15 insertions(+), 7 deletions(-)