[Pgpool-committers] pgpool - pgpool-II: Prpare for receiving parameter status packets.

User T-ishii t-ishii at pgfoundry.org
Tue Feb 24 02:20:41 UTC 2009


Log Message:
-----------
Prpare for receiving parameter status packets.

If postgresql.conf was changed and reloaded, PostgreSQL sends
parameter status packets asynchronously even those changed parameters
are not one of session_authorization etc., which is marked as
GUC_REPORT in guc.c(GUC_REPORT means parameter status packet is sent
if its value is changed).

After receiving those packets, they are discarded. I think this is
harmless since most of changes are not affected to the frontend
behavior.

Modified Files:
--------------
    pgpool-II:
        pool_auth.c (r1.14 -> r1.15)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_auth.c.diff?r1=1.14&r2=1.15)
        pool_process_query.c (r1.140 -> r1.141)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c.diff?r1=1.140&r2=1.141)


More information about the Pgpool-committers mailing list