Re: Patch review for logging hooks (CF 2012-01)
Martin Pihlak <martin.pihlak@gmail.com>
From: Martin Pihlak <martin.pihlak@gmail.com>
To: Marti Raudsepp <marti@juffo.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-01-18T20:56:15Z
Lists: pgsql-hackers
Attachments
- logging-hooks.patch (text/x-patch) patch
On 01/17/2012 11:40 PM, Marti Raudsepp wrote: > It seems you missed a comment, that the current implementation is also > affected by client_min_messages. I think that being affected by > client-specific settings is surprising. I would put the > if(emit_log_hook) inside the existing if(edata->output_to_server) > condition. Unless you have some reason to do it this way? > I have no strong feelings about this -- if the behaviour seems surprising, lets remove it. We need to keep the "if" separate though -- the hook might want to omit the message from server log so the "output_to_server" needs to be rechecked. Updated patch attached. regards, Martin