[pgpool-committers: 7919] pgpool: Allow to log error messages in extended query mode in certain c

Tatsuo Ishii ishii at sraoss.co.jp
Sat Jul 17 16:49:27 JST 2021


Allow to log error messages in extended query mode in certain cases.

In the extended query mode, it is possible that error messages are not
logged even after a sync message is received. With this commit
whenever ERROR response is arrived from backend in the extended query
mode, the error message is logged.

Branch
------
master

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

Modified Files
--------------
src/protocol/pool_proto_modules.c | 17 +++++++++++++++++
1 file changed, 17 insertions(+)



More information about the pgpool-committers mailing list