Fix a bunch of functions that were declared static then defined not-static.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 May 2014 21:57:53 +0000 (17:57 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 May 2014 21:57:53 +0000 (17:57 -0400)
commitc1907f0cc49e38df9853b7547c9afce5204e4784
tree1584381688bffeaebd2ff25379c63846d79e857d
parent6c42b2b10af3f717030966b9f05867f3e065becc
Fix a bunch of functions that were declared static then defined not-static.

Per testing with a compiler that whines about this.
src/backend/access/transam/xlog.c
src/backend/replication/logical/reorderbuffer.c
src/backend/utils/cache/relcache.c
src/backend/utils/misc/guc.c
src/bin/pg_ctl/pg_ctl.c