[Pgpool-committers] pgpool - pgpool-II: Fix insert lock with JDBC and the following

User Y-asaba y-asaba at pgfoundry.org
Tue Nov 6 07:22:50 UTC 2007


Log Message:
-----------
Fix insert lock with JDBC and the following scenario.

  BEGIN;
  INSERT INTO a ...  <- get table lock.
  INSERT INTO b ...  <- don't get table lock.

Tags:
----
V1_STABLE

Modified Files:
--------------
    pgpool-II:
        pool_process_query.c (r1.23.2.28 -> r1.23.2.29)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c.diff?r1=1.23.2.28&r2=1.23.2.29)


More information about the Pgpool-committers mailing list