[pgpool-committers: 4187] pgpool: Fix handling of empty queries.

Tatsuo Ishii ishii at postgresql.org
Sun Aug 13 16:23:55 JST 2017


Fix handling of empty queries.

When empty query (empty string or all comment query) is sent, command
complete message was returned to frontend.  This is not correct. An
empty query response should be returned to frontend.

Per bug328.

Branch
------
V3_6_STABLE

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

Modified Files
--------------
src/protocol/CommandComplete.c | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list