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

User T-ishii t-ishii at pgfoundry.org
Thu Nov 5 03:43:27 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.

Modified Files:
--------------
    pgpool-II:
        ChangeLog (r1.40 -> r1.41)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/ChangeLog?r1=1.40&r2=1.41)
        TODO (r1.18 -> r1.19)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/TODO?r1=1.18&r2=1.19)
    pgpool-II/parser:
        outfuncs.c (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/parser/outfuncs.c?r1=1.7&r2=1.8)
    pgpool-II/test/parser/expected:
        insert.out (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/parser/expected/insert.out?r1=1.2&r2=1.3)
        select.out (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/parser/expected/select.out?r1=1.3&r2=1.4)
    pgpool-II/test/parser/input:
        insert.sql (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/parser/input/insert.sql?r1=1.1&r2=1.2)
        select.sql (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/test/parser/input/select.sql?r1=1.3&r2=1.4)


More information about the Pgpool-committers mailing list