READONLY: only send a control to schedule fast-vacuuming from child context iff we...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 20 Feb 2012 20:03:44 +0000 (07:03 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 20 Feb 2012 20:03:44 +0000 (07:03 +1100)
commit9e372a08c40087e6b5335aa298e94d88273566a5
treea35f3a8cf83177092c6644c42bc89bbdbb7ce292
parentb3307d78fd15f446b423f8cdd1e403f89fbe8ac8
READONLY: only send a control to schedule fast-vacuuming from child context iff we have a connection open to the main daemon

there are some child processes where we do not create a connection to the main daemon (switch_from_server_to_client()) because it is expensive to set up and we normally might not need to talk to the daemon at all via a domainsocket.
but we might want to still call to ctdb_ltdb_store() from such chil processes.
client/ctdb_client.c
common/ctdb_util.c
include/ctdb_private.h
server/ctdb_vacuum.c