pgsql: Fix a bunch of functions that were declared static then defined - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix a bunch of functions that were declared static then defined
Date
Msg-id E1WlmcB-0002QL-Fv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Fix unaligned accesses in DecodeUpdate().
Next
From: Tom Lane
Date:
Subject: pgsql: Make fallback implementation of pg_memory_barrier() work.