Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

pgsql: Change if (!(x || y)) construct with if (!x && !y), for clarity.

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Change if (!(x || y)) construct with if (!x && !y), for clarity.
Дата
Msg-id 20060102005800.BA04F9DC999@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Change if (!(x || y)) construct with if (!x && !y), for clarity.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        pgstat.c (r1.115 -> r1.116)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.115&r2=1.116)

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