mirror of
https://github.com/postgres/postgres.git
synced 2025-09-06 13:46:51 +03:00
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Per "clang -Wmissing-variable-declarations" output, posted by Andres Freund. I didn't silence all those warnings, though, only the most obvious cases.
This commit is contained in:
@@ -122,5 +122,3 @@ int VacuumPageDirty = 0;
|
||||
|
||||
int VacuumCostBalance = 0; /* working state for vacuum */
|
||||
bool VacuumCostActive = false;
|
||||
|
||||
int GinFuzzySearchLimit = 0;
|
||||
|
Reference in New Issue
Block a user