Ask Bjørn Hansen wrote:
> If you add a queue_post I'd like a queue_pre too.  (And then add them 
> in pairs as we find a use for them elsewhere).

I was thinking about this (actually I was coding it while I was thinking) [KIDS,
DON'T TRY THIS AT HOME, I'M A TRAINED PROFESSIONAL!] and queue_pre == data_post
(i.e. each _pre hook runs at the same point in the transaction as the _post hook
from the previous phase).  Is there any point in creating the _pre hooks other
than it being self documenting?  As long as the README.plugins documents the
order of operation, I don't think the extra hooks buys us anything (other than
yet another line in the log file that has to be ignored in the ordinary case).

John

Reply via email to