Re: [HACKERS] ECPG patchset

2009-09-18 Thread Boszormenyi Zoltan
New patch - two decimal-related memory leak fixes. Happens on 8.4 and 8.5, maybe on older trees as well. One of the two chunks was in the SQLDA patch originally. This is independent from any other patches. -- Bible has answers for everything. Proof: "But let your communication be, Yea, yea; Nay,

Re: [HACKERS] ECPG patchset

2009-09-08 Thread Boszormenyi Zoltan
New patch, typo fix in pgc.l. According to our customer who is porting their application to PostgreSQL, this causes an error currently in ECPG: 1. within included structures the use of "$else;" is causing an precompiler error (tested several times in d

[HACKERS] ECPG patchset

2009-09-03 Thread Boszormenyi Zoltan
Hi, we have updated our patchset to current 8.5 CVS. The actual patches will be in emails coming as answers to this one. As two patches were already included, the remaining patches are as follows: 1. dynamic cursorname 2. sqlda support 3. describe support 4. proper out-of-scope declare/open/fetch