From 9daa44efa143d3307d4d182671518a541f4f7f2c Mon Sep 17 00:00:00 2001 From: Patrick LeBlanc Date: Fri, 19 Jul 2019 17:08:29 -0500 Subject: [PATCH] Made procmgr init the IDB* stuff. --- procmgr/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/procmgr/main.cpp b/procmgr/main.cpp index fda8b097c..f27cce2f8 100644 --- a/procmgr/main.cpp +++ b/procmgr/main.cpp @@ -31,7 +31,7 @@ #include "columnstoreversion.h" #include "processmanager.h" #include "installdir.h" - +#include "IDBPolicy.h" #include "utils_utf8.h" #include "crashtrace.h" @@ -105,6 +105,8 @@ int main(int argc, char** argv) setlocale(LC_ALL, systemLang.c_str()); + idbdatafile::IDBPolicy::configIDBPolicy(); + // This is unset due to the way we start it program_invocation_short_name = const_cast("ProcMgr");