Fix assorted inconsistent function declarations.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6a560f5b5ff889ae252b9d8ee1f45b616fd6adbc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-04-07T20:56:21Z
Releases: 9.2.11
Fix assorted inconsistent function declarations.

While gcc doesn't complain if you declare a function "static" and then
define it not-static, other compilers do; and in any case the code is
highly misleading this way.  Add the missing "static" keywords to a
couple of recent patches.  Per buildfarm member pademelon.

Files

PathChange+/−
contrib/pg_upgrade/pg_upgrade.c modified +1 −1
src/bin/pg_resetxlog/pg_resetxlog.c modified +1 −1