[Pgpool-committers] pgpool - pgpool-II: Teach process_reporting() about

User T-ishii t-ishii at pgfoundry.org
Sun Dec 6 07:43:59 UTC 2009


Log Message:
-----------
Teach process_reporting() about log_per_node_statement.
Also refactor pool_process_query.c to remove process_reporting() and
make a new source file "pool_process_reporting.c" to hold the
funtcion. Main reason for this is, process_reporting() is now big
enough to have a separate C source file.

Modified Files:
--------------
    pgpool-II:
        pool_process_query.c (r1.177 -> r1.178)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c?r1=1.177&r2=1.178)
        Makefile.am (r1.25 -> r1.26)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/Makefile.am?r1=1.25&r2=1.26)
        Makefile.in (r1.29 -> r1.30)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/Makefile.in?r1=1.29&r2=1.30)

Added Files:
-----------
    pgpool-II:
        pool_process_reporting.c (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_reporting.c?rev=1.1&content-type=text/x-cvsweb-markup)


More information about the Pgpool-committers mailing list