]> granicus.if.org Git - postgresql/commit
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)
commitbfd06a713b4e4c32b7da0a897783dce92be76997
treefdb72cf3652d1da012bb57402c8175895aee068c
parent63e183ca46fca8b3c910b025f09340d8c093e6c1
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