Fix several places where a function was declared static and then defined
Tom Lane <tgl@sss.pgh.pa.us>
Fix several places where a function was declared static and then defined without static. Per testing with a compiler that complains about this.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/autovacuum.c | modified | +2 −2 |
| src/bin/psql/describe.c | modified | +2 −2 |
| src/bin/psql/print.c | modified | +2 −2 |