[Pgpool-committers] pgpool - pgpool-II: Fix bug which does not rewrite timestamp.

User Kitagawa kitagawa at pgfoundry.org
Tue Jun 21 07:24:00 UTC 2011


Log Message:
-----------
Fix bug which does not rewrite timestamp.
Fix rewrite_timestamp_walker so that it can process 2 cell list.
This used to work but was broken in 3.1.0 alpha2 using 9.0 parser.

Change history of functions to create lists in gram.y:
                SystemFuncName()  SystemTypeName()
8.1.3 original  list_make2()      list_make2()
8.1 import      list_make1()      list_make1()
8.3 import      list_make1()      list_make1()
8.4 import      list_make1()      list_make2()
9.0 import      list_make2()      list_make2()

Modified Files:
--------------
    pgpool-II:
        pool_timestamp.c (r1.16 -> r1.17)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_timestamp.c?r1=1.16&r2=1.17)


More information about the Pgpool-committers mailing list