[pgpool-committers: 6271] pgpool: Fix extended query communication in do_query()
Takuma Hoshiai
hoshiai at sraoss.co.jp
Tue Oct 8 16:05:00 JST 2019
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.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=dd719ef08655596e7ba120cda1dabc2b162ae315
Modified Files
--------------
src/protocol/pool_process_query.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list