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

User Y-asaba y-asaba at pgfoundry.org
Thu Jul 12 03:48:23 UTC 2007


Log Message:
-----------
Fix the following bugs in master_slave mode && load_balance mode.
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

Modified Files:
--------------
    pgpool:
        pool_process_query.c (r1.52 -> r1.53)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/pool_process_query.c.diff?r1=1.52&r2=1.53)


More information about the Pgpool-committers mailing list