Fix extended query communication in do_query()
authorTakuma Hoshiai <hoshiai@sraoss.co.jp>
Tue, 8 Oct 2019 07:00:23 +0000 (16:00 +0900)
committerTakuma Hoshiai <hoshiai@sraoss.co.jp>
Tue, 8 Oct 2019 07:00:23 +0000 (16:00 +0900)
commitdd719ef08655596e7ba120cda1dabc2b162ae315
tree1dd1ee4537bbf6606591f2a0634063ebe5ae91b9
parent934d78132cfd2202058f0abd99e97be02244285a
Fix extended query communication in do_query()

do_query() didn't send Describe message to PostgreSQL.
It didn't use strcasecmp() but strcasecmp() when check if query is SELECT.
src/protocol/pool_process_query.c