Fix several places where a function was declared static and then defined
commitf5b9262cb727dd85317d0a4f94e194996c35870a
authortgl <tgl>
Fri, 12 Jun 2009 16:17:29 +0000 (12 16:17 +0000)
committertgl <tgl>
Fri, 12 Jun 2009 16:17:29 +0000 (12 16:17 +0000)
tree813db5a1d3fac151a1d429c3509b335c5aa2f030
parent9e8f7e73067914d20e354b30a49e81231063192f
Fix several places where a function was declared static and then defined
without static.  Per testing with a compiler that complains about this.
src/backend/postmaster/autovacuum.c
src/bin/psql/describe.c
src/bin/psql/print.c