Re: [PATCH] ECPG bug fix in preproc when indicator struct is shorter than record struct

2018-01-13 Thread Rader, David
Thank you! On Sat, Jan 13, 2018 at 9:02 AM, Michael Meskes wrote: > > Attached is a proposed patch to fix a bug in the ECPG preprocessor > > that generates application code that core dumps at run-time. When the > > input pgc code uses a record struct for returning query

[PATCH] ECPG bug fix in preproc when indicator struct is shorter than record struct

2018-01-11 Thread Rader, David
Hello - Attached is a proposed patch to fix a bug in the ECPG preprocessor that generates application code that core dumps at run-time. When the input pgc code uses a record struct for returning query results and uses an indicator struct that has fewer fields than the record struct, the generated