On Tue, Jun 26, 2007 at 03:00:02PM +0300, Hasso Tepper wrote: > Joerg Sonnenberger wrote: > > You run the callout_stop twice? > > I asked in intial submit mail whether it's correct just to use > callout_stop() instead of callout_drain() - we don't have the latter. No > feedback except "go, commit".
callout_stop is interlocking itself against the processing, so no callout_drain is needed. Joerg
