[Pgpool-committers] pgpool - pgpool-II: Enhance "kind mismatch" message.

User T-ishii t-ishii at pgfoundry.org
Wed Dec 16 09:23:26 UTC 2009


Log Message:
-----------
Enhance "kind mismatch" message. If kind is ERROR or NOTICE, print the
ERROR/NOTICE message to help users to find what's going on.
For this pupose, add new function pool_extract_error_message() into
pool_process_query.c.

Fix sloppy coding of detect_erorr(). Check memory allocation error,
check buffer overrun error.

Tags:
----
V2_2_STABLE

Modified Files:
--------------
    pgpool-II:
        pool.h (r1.36.2.8 -> r1.36.2.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool.h?r1=1.36.2.8&r2=1.36.2.9)
        pool_process_query.c (r1.141.2.29 -> r1.141.2.30)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c?r1=1.141.2.29&r2=1.141.2.30)


More information about the Pgpool-committers mailing list