[Pgpool-committers] pgpool - pgpool-II: Load balancing node was chosen before sending

User Y-asaba y-asaba at pgfoundry.org
Fri Jul 6 08:32:58 UTC 2007


Log Message:
-----------
Load balancing node was chosen before sending "SELECT" statement.
But this way had the following problems.

  psql>\d accounts
  Did not find any relation with OID XXX

pgpool chooses it after receiving AuthenticationOK('R') message. So
pgpool load balance to the same node inside a same session.

Modified Files:
--------------
    pgpool-II:
        child.c (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/child.c.diff?r1=1.6&r2=1.7)
        pool_process_query.c (r1.27 -> r1.28)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c.diff?r1=1.27&r2=1.28)
        pool_type.h (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_type.h.diff?r1=1.4&r2=1.5)


More information about the Pgpool-committers mailing list