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

User Y-asaba y-asaba at pgfoundry.org
Tue Jul 24 01:57:27 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.

This fix isn't backported to pgpool.

Tags:
----
V1_STABLE

Modified Files:
--------------
    pgpool-II:
        pool_process_query.c (r1.23.2.6 -> r1.23.2.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c.diff?r1=1.23.2.6&r2=1.23.2.7)
        pool_type.h (r1.3 -> r1.3.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_type.h.diff?r1=1.3&r2=1.3.2.1)
        child.c (r1.5 -> r1.5.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/child.c.diff?r1=1.5&r2=1.5.2.1)


More information about the Pgpool-committers mailing list