Fix several places where a function was declared static and then defined
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Jun 2009 16:17:29 +0000 (16:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Jun 2009 16:17:29 +0000 (16:17 +0000)
commit88b8ef757db97e2fd08a25adcc74ce167063b189
tree933f4b819b423e4c22006e53a2d07ce6e535bf38
parent8e4a6264ceb1d4194d4a1117d449203c7f680462
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