[Pgpool-committers] pgpool - pgpool-II: Fix insert_lock() to obtain proper sequence name by

User T-ishii t-ishii at pgfoundry.org
Sun Nov 14 10:59:22 UTC 2010


Log Message:
-----------
Fix insert_lock() to obtain proper sequence name by considering
that get_insert_command_table_name() returns double-qutation-added
table name. Without this, pgpool tries to execute
SELECT * FROM "foo"_bar_seq FOR UPDATED, which interepreted as
SELECT * FROM "foo" AS _bar_seq FOR UPDATED.

Modified Files:
--------------
    pgpool-II:
        pool_process_query.c (r1.249 -> r1.250)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c?r1=1.249&r2=1.250)


More information about the Pgpool-committers mailing list