[Pgpool-committers] pgpool - pgpool-II: Change the handling of sequence functions(nextval,

User Kitagawa kitagawa at pgfoundry.org
Mon Aug 29 07:09:51 UTC 2011


Log Message:
-----------
Change the handling of sequence functions(nextval, setval) so that they
completely obey setting of black/white_function_list.
They were always handled as write functions before. The checking whether
it is a sequence function was verbosity.

Modified Files:
--------------
    pgpool-II:
        pool_process_query.c (r1.265 -> r1.266)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_query.c?r1=1.265&r2=1.266)
        pool_proto_modules.h (r1.31 -> r1.32)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_proto_modules.h?r1=1.31&r2=1.32)
        pool_query_context.c (r1.46 -> r1.47)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_query_context.c?r1=1.46&r2=1.47)


More information about the Pgpool-committers mailing list