]> granicus.if.org Git - postgresql/commit
Don't use the result of strcmp as if it were a boolean.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Apr 2009 17:39:21 +0000 (17:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Apr 2009 17:39:21 +0000 (17:39 +0000)
commitb9e9775e0c7247a82a03abbee8c7441ff0b9ad82
treef28ae33e6dd830854bbab5aad9d44ea7cbb2c2c2
parent88f4d38d20ff7aec3b2f8e899b3f3d8daede6ae3
Don't use the result of strcmp as if it were a boolean.
A service of your local coding style police.
src/backend/commands/dbcommands.c