[pgpool-committers: 4188] 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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=7cc3265f74fa4ec98a6ba4fdbff782310144e261
Modified Files
--------------
src/protocol/CommandComplete.c | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
More information about the pgpool-committers
mailing list