[Pgpool-committers] pgpool - pgpool-II: Fix nodeToString() bug.

User T-ishii t-ishii at pgfoundry.org
Thu Nov 5 04:12:52 UTC 2009


Log Message:
-----------
Fix nodeToString() bug. example test case:
If nodeToString() is given the parse tree of "insert into r1
values(1,2), (3,4)", it returns "insert into r1 values(1,2),
values(3,4)", which is apparently wrong.
Patch provided by Akio Ishida.

Tags:
----
V2_2_STABLE

Modified Files:
--------------
    pgpool-II/parser:
        outfuncs.c (r1.6 -> r1.6.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/parser/outfuncs.c?r1=1.6&r2=1.6.2.1)
    pgpool-II/test/parser/expected:
        insert.out (r1.1 -> r1.1.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/parser/expected/insert.out?r1=1.1&r2=1.1.2.1)
        select.out (r1.2 -> r1.2.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/parser/expected/select.out?r1=1.2&r2=1.2.2.1)
    pgpool-II/test/parser/input:
        insert.sql (r1.1 -> r1.1.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/parser/input/insert.sql?r1=1.1&r2=1.1.2.1)
        select.sql (r1.3 -> r1.3.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/parser/input/select.sql?r1=1.3&r2=1.3.2.1)


More information about the Pgpool-committers mailing list