1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +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:
Heikki Linnakangas
2013-12-16 11:27:30 +02:00
parent 1f0626ee40
commit 30b96549ab
7 changed files with 25 additions and 25 deletions

View File

@ -33,7 +33,7 @@
static HTAB *RelfilenodeMapHash = NULL;
/* built first time through in InitializeRelfilenodeMap */
ScanKeyData relfilenode_skey[2];
static ScanKeyData relfilenode_skey[2];
typedef struct
{