Files
postgresql/src
Jeff Davis 559d535819 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.
2013-11-24 10:50:54 -08:00
..
2013-11-24 10:50:54 -08:00
2013-11-12 06:39:36 -05:00
2013-11-23 21:32:00 -05:00
2013-11-12 06:39:36 -05:00
2013-11-13 21:25:52 -05:00
2013-10-18 08:14:21 -04:00