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)
commit63bebf3c50ea2c07281f6bafcdc19a568be4880f
tree6686877c9bce5d3d7b64773a5e8c3634535578c3
parent88178590f44a3153264f6911eb916dd3fd4c7d7a
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