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
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
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.
>>
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
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
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