Fix a bunch of functions that were declared static then defined not-static.
Tom Lane <tgl@sss.pgh.pa.us>
Fix a bunch of functions that were declared static then defined not-static. Per testing with a compiler that whines about this.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +1 −1 |
| src/backend/replication/logical/reorderbuffer.c | modified | +1 −1 |
| src/backend/utils/cache/relcache.c | modified | +1 −1 |
| src/backend/utils/misc/guc.c | modified | +1 −1 |
| src/bin/pg_ctl/pg_ctl.c | modified | +1 −1 |