projects
/
plantuner.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c1bf0a
)
Add static decoration to avoid error: "no
master
author
Teodor Sigaev
<teodor@sigaev.ru>
Fri, 13 Sep 2024 07:36:39 +0000
(10:36 +0300)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Fri, 13 Sep 2024 07:36:39 +0000
(10:36 +0300)
previous extern declaration for non-static variable
[-Wmissing-variable-declarations]" in clang-17 build.
Anton A. Melnikov <a.melnikov@postgrespro.ru>
plantuner.c
patch
|
blob
|
history
diff --git
a/plantuner.c
b/plantuner.c
index
e454698
..
0148a75
100644
(file)
--- a/
plantuner.c
+++ b/
plantuner.c
@@
-69,7
+69,7
@@
static int nOnlyIndexes = 0;
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;