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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change if (!(x || y)) construct with if (!x && !y), for clarity.
Date: 2006-01-02 00:58:00
Message-ID: 20060102005800.BA04F9DC999@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-01-02 03:30:42 pgsql: Remove unnecessary assignment, per Tom.
Previous Message Neil Conway 2006-01-02 00:41:45 Re: pgsql: Remove DOS line endings ("\r\n") from several