Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gin/ginget.c | modified | +2 −0 |
| src/backend/storage/lmgr/lock.c | modified | +1 −1 |
| src/backend/utils/cache/relfilenodemap.c | modified | +1 −1 |
| src/backend/utils/init/globals.c | modified | +0 −2 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +11 −11 |
| src/bin/pg_basebackup/pg_receivexlog.c | modified | +5 −5 |
| src/bin/pg_dump/pg_dump.c | modified | +5 −5 |