[pgpool-committers: 2376] pgpool: Prevent "WARNING: failed to execute regex matching, pattern is

Tatsuo Ishii ishii at postgresql.org
Sat Dec 27 23:20:32 JST 2014


Prevent "WARNING: failed to execute regex matching, pattern is NULL" message.

This could happen when application name is not set in the old clients.
Fix is to check if application name is set or not.

Branch
------
V3_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=1431bfae3163a325cf2fa5662cbe516c21ba9766

Modified Files
--------------
src/protocol/child.c |   31 +++++++++++++++++++------------
1 file changed, 19 insertions(+), 12 deletions(-)



More information about the pgpool-committers mailing list