pgsql: Fix several places where a function was declared static and then

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix several places where a function was declared static and then
Date: 2009-06-12 16:17:29
Message-ID: 20090612161729.7ECBA75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix several places where a function was declared static and then defined
without static. Per testing with a compiler that complains about this.

Modified Files:
--------------
pgsql/src/backend/postmaster:
autovacuum.c (r1.98 -> r1.99)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.98&r2=1.99)
pgsql/src/bin/psql:
describe.c (r1.216 -> r1.217)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.216&r2=1.217)
print.c (r1.115 -> r1.116)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.115&r2=1.116)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bmomjian 2009-06-12 17:40:27 pg-migrator - pg_migrator: Mention Postgres 8.4 Beta cannot be used,
Previous Message Tom Lane 2009-06-12 15:53:32 pgsql: Add info about minimum recommended AIX fix levels, per Laurenz