pgsql: Mark variables 'static' where possible. Move GinFuzzySearchLimit

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark variables 'static' where possible. Move GinFuzzySearchLimit
Date: 2013-12-16 09:43:54
Message-ID: E1VsUiQ-0001SN-7N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-12-16 14:31:31 pgsql: Rework tuple freezing protocol
Previous Message Tatsuo Ishii 2013-12-15 02:12:23 pgsql: Add "SHIFT_JIS" as an accepted encoding name for locale checking