[Pgpool-committers] pgpool - pgpool-II: Fix insert_lock so that it works correctly even if

User Kitagawa kitagawa at pgfoundry.org
Mon Aug 8 04:29:31 UTC 2011


Log Message:
-----------
Fix insert_lock so that it works correctly even if the table definition
such as the following:

CREATE TABLE login_log (id integer
    DEFAULT nextval(('"login_log_id_seq"'::text)::regclass) NOT NULL

Tags:
----
V3_0_STABLE

Modified Files:
--------------
    pgpool-II:
        pool_process_query.c (r1.249.2.11 -> r1.249.2.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c?r1=1.249.2.11&r2=1.249.2.12)


More information about the Pgpool-committers mailing list