local_preload_libraries logspam

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: local_preload_libraries logspam
Date: 2013-05-07 21:28:11
Message-ID: CAM3SWZR+cDi0LN5VtkrzkXxiu8yHQDg1RGm8Mku8gRdgT_JFsQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It seems like an oversight to me that local_preload_libraries causes a
new log message to appear each time a new connection is established.

Is there any sympathy for the view that we should have a way of
turning this off, or simply not log such messages? We could still have
it appear at DEBUG2 level, as sometimes happens in the EXEC_BACKEND
case (granted, this is just so that there is behavior equivalent to
the !EXEC_BACKEND case for shared_preload_libraries).

--
Peter Geoghegan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-05-07 21:55:59 Re: about index inheritance
Previous Message Szymon Guz 2013-05-07 20:41:11 Re: issues with dropped columns in plpgsql code again