Re: [PATCH] Log even when we aren't in a transaction

2009-08-20 Thread Jared Johnson
On 08/14/2009 04:31 PM, Ask Bjørn Hansen wrote: On Aug 14, 2009, at 14:14, Jared Johnson wrote: This should allow the logging/file plugin to log even if it isn't called from within a transaction Thanks, applied and pushed. The conditional around where you made the first change are a bit of

Re: [PATCH] Log even when we aren't in a transaction

2009-08-20 Thread Jared Johnson
This should allow the logging/file plugin to log even if it isn't called from within a transaction Thanks, applied and pushed. The conditional around where you made the first change are a bit of a mess (indicating that there's a better way to do whatever it does), but I didn't look closer ...