Remove old export code
This commit is contained in:
parent
ab88ae4fac
commit
86740e1d6b
@ -220,7 +220,6 @@ err(1, "failed to setup signal %s", #sig);\
|
||||
void setup_signals() {
|
||||
SIGNAL_SETUP_CHECKED(SIGTERM, exit_signal_callback);
|
||||
SIGNAL_SETUP_CHECKED(SIGINT, exit_signal_callback);
|
||||
SIGNAL_SETUP_CHECKED(SIGUSR1, SIG_IGN); // used to kill export operations
|
||||
}
|
||||
|
||||
static const char *CREATE_DB_TABLE_QUERY =
|
||||
|
Loading…
Reference in New Issue
Block a user