Fix several places where a function was declared static and then defined

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bfd06a713b4e4c32b7da0a897783dce92be76997
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-06-12T16:17:29Z
Releases: 8.4.0
Fix several places where a function was declared static and then defined
without static.  Per testing with a compiler that complains about this.

Files

PathChange+/−
src/backend/postmaster/autovacuum.c modified +2 −2
src/bin/psql/describe.c modified +2 −2
src/bin/psql/print.c modified +2 −2