pgsql: Lessen library-loading log level.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Lessen library-loading log level.
Дата
Msg-id E1VkerT-0001A5-Hi@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Lessen library-loading log level.

Previously, messages were emitted at the LOG level every time a
backend preloaded a library. That was acceptable (though unnecessary)
for shared_preload_libraries; but it was excessive for
local_preload_libraries and session_preload_libraries. Reduce to
DEBUG1.

Also, there was logic in the EXEC_BACKEND case to avoid repeated
messages for shared_preload_libraries by demoting them to
DEBUG2. DEBUG1 seems more appropriate there, as well, so eliminate
that special case.

Peter Geoghegan.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/559d535819908adfe2d2ca674fb8562bbd133cef

Modified Files
--------------
src/backend/utils/init/miscinit.c |   15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix new and latent bugs with errno handling in secure_read/secur
Следующее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fix ecpg parsing of sizeof().