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

Started by Tom Laneover 17 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Don't use the result of strcmp as if it were a boolean.
A service of your local coding style police.

Modified Files:
--------------
pgsql/src/backend/commands:
dbcommands.c (r1.221 -> r1.222)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c?r1=1.221&r2=1.222)