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. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/30b96549ab41ce23399256d4ea9723a05c139558 Modified Files -------------- src/backend/access/gin/ginget.c | 2 ++ src/backend/storage/lmgr/lock.c | 2 +- src/backend/utils/cache/relfilenodemap.c | 2 +- src/backend/utils/init/globals.c | 2 -- src/bin/pg_basebackup/pg_basebackup.c | 22 +++++++++++----------- src/bin/pg_basebackup/pg_receivexlog.c | 10 +++++----- src/bin/pg_dump/pg_dump.c | 10 +++++----- 7 files changed, 25 insertions(+), 25 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
