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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix several places where a function was declared static and then
Дата
Msg-id 20090612161729.7ECBA75331E@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add info about minimum recommended AIX fix levels, per Laurenz
Следующее
От: bmomjian@pgfoundry.org (User Bmomjian)
Дата:
Сообщение: pg-migrator - pg_migrator: Mention Postgres 8.4 Beta cannot be used,