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

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

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

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



More information about the pgpool-committers mailing list