previous extern declaration for non-static variable
  [-Wmissing-variable-declarations]" in clang-17 build.
Anton A. Melnikov <a.melnikov@postgrespro.ru>
 static Oid     *onlyIndexes = NULL;
 static char *onlyIndexesOutStr = "";
 
 static Oid     *onlyIndexes = NULL;
 static char *onlyIndexesOutStr = "";
 
-get_relation_info_hook_type    prevHook = NULL;
+static get_relation_info_hook_type     prevHook = NULL;
 static bool    fix_empty_table = false;
 
 static bool    plantuner_enable_inited = false;
 static bool    fix_empty_table = false;
 
 static bool    plantuner_enable_inited = false;