Fix sloppy coding in parse_copy_data. Add error checking for
authorTatsuo Ishii <ishii at sraoss.co.jp>
Fri, 25 Dec 2009 01:58:51 +0000 (01:58 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Fri, 25 Dec 2009 01:58:51 +0000 (01:58 +0000)
commitd455fab61885a1665a85e8893db3003ab7d7c171
tree41d9a12d1ff77a18f44b6f763db46fe6816e9650
parentd2037316c8751579073d90a97ba50ac7c0f2c8c0
Fix sloppy coding in parse_copy_data. Add error checking for
malloc. Remove meaningless strerror.

Fix sloppy coding in send_dealllocate. If failed to malloc, return -1,
rather than horrible exit(1).
pool_process_query.c