[pgpool-committers: 6266] pgpool: Fix extended query communication in do_query()

Takuma Hoshiai hoshiai at sraoss.co.jp
Tue Oct 8 16:03:40 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
------
V3_5_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=7117857149f80b00c0631d92e76360b2dd2b3c13

Modified Files
--------------
src/protocol/pool_process_query.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list