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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin III commit: Don't set log_min_messages from the debugger connec
Дата
Msg-id E1WNdoR-0002Ro-IB@gothos.postgresql.org
обсуждение исходный текст
Список 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

(cherry picked from commit e551e08922a7f940af1968c9df15ee5ded5cfb28)

Branch
------
master

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

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin III commit: Don't set log_min_messages from the debugger connec
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: debugger.c tries to set log_min_messages, why?