Re: [pgScript patch] Output + bug fix

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Mickael Deloison <mdeloison(at)gmail(dot)com>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [pgScript patch] Output + bug fix
Date: 2009-03-10 20:39:25
Message-ID: 49B6CFFD.3030302@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Mickael Deloison wrote:
> 2009/3/9 Magnus Hagander <magnus(at)hagander(dot)net>:
>> Meh. I fixed that in my tree, but forgot to do a new "svn diff" before I
>> sent it to the list...
>>
>> Thx for pointing it out though :-)
>>
>
> Updated version of the patch with:
> * The extra space in pgsCastException.cpp has been removed
> * The padding spaces in pgsParameterException have been added
> * In frm/plugins.cpp, "pgconn.h" was included, however it did not
> compile on my Slackware system... Changed to "pgConn.h" and
> now it works fine.

Applied. I hand-merged the pgsParameterException stuff in with my
existing patch instead of using yours directly, so feel free to point
out any mistake I made there :-)

//Magnus

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2009-03-10 21:00:38 1.10 beta 1
Previous Message svn 2009-03-10 20:38:57 SVN Commit by mha: r7664 - in trunk/pgadmin3/pgadmin: include/pgscript include/utils pgscript/exceptions pgscript/expressions pgscript/statements utils