Re: Additional fixes to ecpg - please apply patch

From: "Nicolas Bazin" <nbazin(at)ingenico(dot)com(dot)au>
To: <meskes(at)postgresql(dot)org>, <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Additional fixes to ecpg - please apply patch
Date: 2002-03-11 01:41:33
Message-ID: 00c101c1c89d$dfd148a0$660d090a@software.ingenico.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

It works except that you overwrote a previous patch I submitted that was already applied (see mail joined).
Sorry for sending you a diff in the wrong order.
Also I though the type definition syntax could be enhanced. Instaead of defining
EXEC SQL type mytype is struct {
...
};
typedef struct {
...
} mytype;

It would be better to allow the following:
EXEC SQL begin declare section;
typedef struct {...} mytype;EXEC SQL end declare section;Both syntax can be maintained for compatibility of existing application, but I find the second one easier to maintain because there is no code duplication.Can you do it ? Nicolas

On Fri, Mar 08, 2002 at 06:35:18PM +1100, Nicolas Bazin wrote:
> This new patch corrects 2 new bugs:

Slighlty differently fixed this in CVS.

Thanks for reporting the bugs. Please tell me of my fix is not
sufficient.

Michael
--
Michael Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 2002-03-11 12:55:01 Re: Subject: Re: Additional fixes to ecpg - please apply patch
Previous Message Αλέξανδρος Περδικομάτης 2002-03-11 01:29:15 Re: Problem trying to connect to a database with PGACCESS