pgsql: Fix several places where a function was declared static and then - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix several places where a function was declared static and then
Date
Msg-id 20090612161729.7ECBA75331E@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add info about minimum recommended AIX fix levels, per Laurenz
Next
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Mention Postgres 8.4 Beta cannot be used,