mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +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:
@@ -238,7 +238,7 @@ typedef struct
|
||||
uint32 count[FAST_PATH_STRONG_LOCK_HASH_PARTITIONS];
|
||||
} FastPathStrongRelationLockData;
|
||||
|
||||
FastPathStrongRelationLockData *FastPathStrongRelationLocks;
|
||||
static FastPathStrongRelationLockData *FastPathStrongRelationLocks;
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user