pgsql: Fix assorted inconsistent function declarations. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix assorted inconsistent function declarations.
Date
Msg-id E1YfaXy-00020b-G3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/393de3a09868458dfb7ef765c544c34624ea1da2

Modified Files
--------------
src/bin/pg_rewind/parsexlog.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix assorted inconsistent function declarations.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix assorted inconsistent function declarations.