On Fri, Jun 21, 2013 at 10:11 AM, Timon wrote:
> i have tested it already, and it works great. Both problems are solved.
> Thank you for your work :)
>
Thanks a lot.
That's a relief for me. :-)
>
>
> 2013/6/20 Ashesh Vashi
>
>> Hi Timon,
>>
>> I've sent patch to Dave (and, pgadmin-hackers) and
i have tested it already, and it works great. Both problems are solved.
Thank you for your work :)
2013/6/20 Ashesh Vashi
> Hi Timon,
>
> I've sent patch to Dave (and, pgadmin-hackers) and he already checked-in.
>
> Can you please confirm both the behavior with the latest code?
> (1. Repeated m
Hi Timon,
I've sent patch to Dave (and, pgadmin-hackers) and he already checked-in.
Can you please confirm both the behavior with the latest code?
(1. Repeated messages and 2. Cancellation on Query Execution)
If you can spend some time, that will be very helpful.
On Tue, Jun 18, 2013 at 2:16 PM
On 20/06/13 15:21, Dave Page wrote:
Yep, that's perfectly fine. Unfortunately your patch wouldn't apply
for me, so I've re-created it with find/sed and committed to the
master and 1.16 branches.
Thank you, I guess I didn't do it the proper way. It'll make things
easier for the next version.
Hi
On Thu, Jun 20, 2013 at 12:59 PM, Laurent Blume wrote:
>
> Hello,
>
> I've done a package of pgadmin3 1.16.1 for Solaris 10, built using Solaris
> Studio against wxWidget 2.8.12.
> I had some issues because of the use of the _T() macro in several places:
> that conflicts with another one on
On Thu, Jun 20, 2013 at 5:17 AM, Richard Huxton wrote:
> On 18/06/13 18:31, bhanu udaya wrote:
>>
>> Hello,
>> Greetings.
>>
>> My PostgresSQL (9.2) is crashing after certain load tests. Currently,
>> postgressql is crashing when simulatenously 800 to 1000 threads are run
>> on a 10 million record
Hello,
I've done a package of pgadmin3 1.16.1 for Solaris 10, built using
Solaris Studio against wxWidget 2.8.12.
I had some issues because of the use of the _T() macro in several
places: that conflicts with another one on that platform.
After replacing it everywhere with wxT() (see patch
On 18/06/13 18:31, bhanu udaya wrote:
Hello,
Greetings.
My PostgresSQL (9.2) is crashing after certain load tests. Currently,
postgressql is crashing when simulatenously 800 to 1000 threads are run
on a 10 million records schema. Not sure, if we have to tweak some more
parameters of postgres. Cu