Remove old export code

This commit is contained in:
2024-04-13 15:45:59 -07:00
parent ab88ae4fac
commit 86740e1d6b

View File

@ -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 =