pgsql: Create a tool to catch #include omissions that might not result

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Create a tool to catch #include omissions that might not result
Дата
Msg-id 20060715032742.7EC739FB734@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Create a tool to catch #include omissions that might not result in any
compiler warning, specifically #ifdef or #if defined tests on symbols
that are defined in a file not included.  The results are a bit noisy
and require care to interpret, but it's a lot better than no tool at all.

Modified Files:
--------------
    pgsql/src/tools/pginclude:
        README (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pginclude/README.diff?r1=1.5&r2=1.6)

Added Files:
-----------
    pgsql/src/tools/pginclude:
        pgcheckdefines (r1.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pginclude/pgcheckdefines?rev=1.1&content-type=text/x-cvsweb-markup)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix misguided removal of access/tuptoaster.h inclusion, per Kris
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix some missing inclusions identified with new pgcheckdefines