pgsql: Add missing 'static' tag.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add missing 'static' tag.
Дата
Msg-id 20091231214713.01732753FB7@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Add missing 'static' tag.  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-committers
Log Message:
-----------
Add missing 'static' tag.

Modified Files:
--------------
    pgsql/src/backend/storage/ipc:
        procarray.c (r1.52 -> r1.53)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c?r1=1.52&r2=1.53)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Redefine Datum as uintptr_t, instead of unsigned long.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Suppress compiler warning (pid_t isn't int everywhere)