[Pgpool-committers] pgpool - pgpool-II: Fix the following bugs in master_slave mode &&

User Y-asaba y-asaba at pgfoundry.org
Thu Jul 5 10:58:23 UTC 2007


Log Message:
-----------
Fix the following bugs in master_slave mode && load_balance mode.

1.
We force to replicate PREPARE and DEALLOCATE statement because of the case.

  PREPARE xx AS SELECT 1;
  EXECUTE xx;

If EXECUTE statement was load balanced, it occured the error.

  ERROR:  prepared statement "xx" does not exist

2.
pgpool didn't load balance a SELECT query using extended protocol.

Tags:
----
V1_STABLE

Modified Files:
--------------
    pgpool-II:
        pool_process_query.c (r1.23.2.1 -> r1.23.2.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c.diff?r1=1.23.2.1&r2=1.23.2.2)


More information about the Pgpool-committers mailing list