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)

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to