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>
Wed, 9 Mar 2011 23:37:00 +0000 (00:37 +0100)
commit370abbfcb3f81b97017c1613721a31a444583558
treecca07b3b06470add92b254b3df69df886919e605
parentd328bfaa86b671bb3617e4656021fbd3af7b7151
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