pgsql: Don't use the result of strcmp as if it were a boolean.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Don't use the result of strcmp as if it were a boolean.
Дата
Msg-id 20090423173921.DC540754080@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Don't use the result of strcmp as if it were a boolean.
A service of your local coding style police.

Modified Files:
--------------
    pgsql/src/backend/commands:
        dbcommands.c (r1.221 -> r1.222)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c?r1=1.221&r2=1.222)

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

Предыдущее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Mention that tables have a visibility map fork alongside the main
Следующее
От: decibel@pgfoundry.org (User Decibel)
Дата:
Сообщение: deny-updates - trunk: Fix think-o in README