When a fetchevent gets delivered, the fetch context associated with it (which contains a lot of useful information such as fctx->rmessage) isn't available to the callback. This is inconvenient for debugging purposes, and we should include this pointer within the fetchevent struct. Mukund