vacuum: refactor new add_record_to_vacuum_fetch_list() out of vacuum_traverse().
authorMichael Adam <obnox@samba.org>
Mon, 20 Dec 2010 15:31:27 +0000 (16:31 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 14 Mar 2011 12:35:46 +0000 (13:35 +0100)
commitd4ab790c1f679e833eb97816762fcfcee15ccb10
tree88ac7b9d066fa1722bfaf4038a79830b7964f655
parent6c603f85726d2efac9710af7c4875ded2ca7230e
vacuum: refactor new add_record_to_vacuum_fetch_list() out of vacuum_traverse().

This is the function that fills the list of records to send to each lmaster
with the VACUUM_FETCH message.

This function will be reused in the traverse function for the delete_queue.
server/ctdb_vacuum.c