Обсуждение: pgsql: Fix several places where a function was declared static and then

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)