]> granicus.if.org Git - postgresql/commit
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 16 Dec 2013 09:27:30 +0000 (11:27 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 16 Dec 2013 09:41:17 +0000 (11:41 +0200)
commit30b96549ab41ce23399256d4ea9723a05c139558
treef54f7f58885fe494a88dacff074a7f847f9a7286
parent1f0626ee40f2decd93ca96c6f9e9a9b5edff57ba
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.
src/backend/access/gin/ginget.c
src/backend/storage/lmgr/lock.c
src/backend/utils/cache/relfilenodemap.c
src/backend/utils/init/globals.c
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/pg_receivexlog.c
src/bin/pg_dump/pg_dump.c