Re: [pgadmin-hackers] debugger.c tries to set log_min_messages, why?

2014-03-12 Thread Guillaume Lelarge
On Wed, 2014-03-12 at 13:13 +0530, Ashesh Vashi wrote: > Pushed. > Thanks. > Thank you, Ashesh. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.p

[pgadmin-hackers] pgAdmin III commit: Don't set log_min_messages from the debugger connec

2014-03-12 Thread Ashesh Vashi
Don't set log_min_messages from the debugger connections, this was stopping the non-superuser to debug the code. Instead set client_min_messages to error for the listener connection, that will avoid any unwanted messages to appear in message window from the listener. And, shows the messages from t

Re: [pgadmin-hackers] debugger.c tries to set log_min_messages, why?

2014-03-12 Thread Ashesh Vashi
Pushed. Thanks. On Wed, Mar 12, 2014 at 1:05 PM, Ashesh Vashi wrote: > On Wed, Mar 12, 2014 at 1:04 PM, Guillaume Lelarge > wrote: > >> On Tue, 2014-03-11 at 10:11 +0530, Ashesh Vashi wrote: >> > Any comment? (anybody) >> > >> >> It seems good to me. It fixes the issue my customer ran into. >>

[pgadmin-hackers] pgAdmin III commit: Don't set log_min_messages from the debugger connec

2014-03-12 Thread Ashesh Vashi
Don't set log_min_messages from the debugger connections, this was stopping the non-superuser to debug the code. Instead set client_min_messages to error for the listener connection, that will avoid any unwanted messages to appear in message window from the listener. And, shows the messages from t

Re: [pgadmin-hackers] debugger.c tries to set log_min_messages, why?

2014-03-12 Thread Ashesh Vashi
On Wed, Mar 12, 2014 at 1:04 PM, Guillaume Lelarge wrote: > On Tue, 2014-03-11 at 10:11 +0530, Ashesh Vashi wrote: > > Any comment? (anybody) > > > > It seems good to me. It fixes the issue my customer ran into. > Thanks. I will check-in the code in REL-1_18_0_PATCHES and master both. > > > > > O

Re: [pgadmin-hackers] debugger.c tries to set log_min_messages, why?

2014-03-12 Thread Guillaume Lelarge
On Tue, 2014-03-11 at 10:11 +0530, Ashesh Vashi wrote: > Any comment? (anybody) > It seems good to me. It fixes the issue my customer ran into. > > On Sat, Mar 1, 2014 at 7:42 PM, Ashesh Vashi > wrote: > > > Please find the patch for the issue. > > > > I have changed the "SET log_min_messages