Fix a bunch of functions that were declared static then defined not-static.
Per testing with a compiler that whines about this.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/c1907f0cc49e38df9853b7547c9afce5204e4784
Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
src/backend/replication/logical/reorderbuffer.c | 2 +-
src/backend/utils/cache/relcache.c | 2 +-
src/backend/utils/misc/guc.c | 2 +-
src/bin/pg_ctl/pg_ctl.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)