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

Bruce Momjian <bruce@momjian.us>

Commit: 9625b1849388b2c7c629a6366f37e729758a1e8f
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-01-02T00:58:00Z
Releases: 8.2.0
Change if (!(x || y)) construct with if (!x && !y), for clarity.

Files

PathChange+/−
src/backend/postmaster/pgstat.c modified +10 −10