change comparison char* and NULL to char* and '\0'. This should be
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 29 Mar 1999 08:19:36 +0000 (08:19 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 29 Mar 1999 08:19:36 +0000 (08:19 +0000)
commit6f1103f5962817e3fa91ee36951c1c16ef31d76b
tree7f308c6e0e4c11da61c5fb9f3d01641000f16910
parent73785237ad80744a7b4896043ae570b1ad479da7
change comparison char* and NULL to char* and '\0'. This should be
more portable way.
src/interfaces/libpq/fe-connect.c