Обсуждение: pgpool - pgpool: experimental support for DROP DATABASE problem fix

Поиск
Список
Период
Сортировка

pgpool - pgpool: experimental support for DROP DATABASE problem fix

От
t-ishii@pgfoundry.org (User T-ishii)
Дата:
Log Message:
-----------
experimental support for DROP DATABASE problem
fix smart shutdown case handling. missing "break;" statement cause
unconditionaly exit().

Modified Files:
--------------
    pgpool:
        child.c (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/child.c.diff?r1=1.4&r2=1.5)
        main.c (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/main.c.diff?r1=1.8&r2=1.9)
        pool_process_query.c (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/pool_process_query.c.diff?r1=1.7&r2=1.8)