Re: [HACKERS] ECPG check variables hidden by locals v2

2010-04-12 Thread Boszormenyi Zoltan
Yes, he applied the first version without seeing this one, then he asked for a re-diff privately. Bruce Momjian írta: > FYI, I think Michael Meskes applied this patch, though I didn't see you > emailed that it was applied. > > ---

Re: [HACKERS] ECPG check variables hidden by locals v2

2010-04-12 Thread Bruce Momjian
FYI, I think Michael Meskes applied this patch, though I didn't see you emailed that it was applied. --- Boszormenyi Zoltan wrote: > Hi, > > here's a little beautified patch: > - more logical parameter order in ECPGdump_a_t

[HACKERS] ECPG check variables hidden by locals v2

2010-04-01 Thread Boszormenyi Zoltan
Hi, here's a little beautified patch: - more logical parameter order in ECPGdump_a_type() - use mm_strdup() instead of strdup() (I notoriously forget this) - actually bail out with ET_FATAL if the local variable is of a different type than the global variable that was used in the DECLARE in th