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