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

Takuma Hoshiai hoshiai at sraoss.co.jp
Tue Oct 8 16:04:45 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
------
V4_1_STABLE

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

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



More information about the pgpool-committers mailing list