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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b9e9775e0c7247a82a03abbee8c7441ff0b9ad82
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-04-23T17:39:21Z
Releases: 8.4.0
Don't use the result of strcmp as if it were a boolean.
A service of your local coding style police.

Files

PathChange+/−
src/backend/commands/dbcommands.c modified +3 −3