Re: [pgadmin-support] bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane

2013-06-20 Thread Ashesh Vashi
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

Re: [pgadmin-support] bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane

2013-06-20 Thread Timon
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

Re: [pgadmin-support] bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane

2013-06-20 Thread 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 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

Re: [pgadmin-support] _T() macro won't build on Solaris

2013-06-20 Thread Laurent Blume
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.

Re: [pgadmin-support] _T() macro won't build on Solaris

2013-06-20 Thread Dave Page
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

Re: [pgadmin-support] [GENERAL] Postgres DB crashing

2013-06-20 Thread Merlin Moncure
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

[pgadmin-support] _T() macro won't build on Solaris

2013-06-20 Thread Laurent Blume
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

Re: [pgadmin-support] [GENERAL] Postgres DB crashing

2013-06-20 Thread Richard Huxton
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