Paul J Stevens <[EMAIL PROTECTED]> said: > Will do. I'll commit the transactional_inserts and is_header patches > on the 2.0 branch.
In pipe.c, I see the places where db_insert_message_block is called, there is a '0' or '1' at the end of the call, indicating is_header. Would you mind making this into a constant, like HEADER and BODY, or IS_HEADER, IS_BODY, NOT_HEADER, something like that? Aaron