pgAdmin III commit: Don't set log_min_messages from the debugger connec

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Don't set log_min_messages from the debugger connec
Date: 2014-03-12 07:41:44
Message-ID: E1WNdnM-0002Oj-Oi@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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 the invoker only. Reported by Guillaume Lelarge

Branch
------
REL-1_18_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e551e08922a7f940af1968c9df15ee5ded5cfb28

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/debugger/dbgController.cpp | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2014-03-12 07:42:51 pgAdmin III commit: Don't set log_min_messages from the debugger connec
Previous Message Ashesh Vashi 2014-03-12 07:35:25 Re: debugger.c tries to set log_min_messages, why?