pgfouine - pgfouine: implemented a simple garbage collector mechanism

Поиск
Список
Период
Сортировка
От gsmet@pgfoundry.org (User Gsmet)
Тема pgfouine - pgfouine: implemented a simple garbage collector mechanism
Дата
Msg-id 20090412125540.3FBDD17ADED6@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
implemented a simple garbage collector mechanism which should reduce dramatically the memory usage when a connection
pooleris not used 

Modified Files:
--------------
    pgfouine:
        ChangeLog (r1.80 -> r1.81)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.80&r2=1.81)
    pgfouine/include:
        GenericLogReader.class.php (r1.26 -> r1.27)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/GenericLogReader.class.php.diff?r1=1.26&r2=1.27)
        Accumulator.class.php (r1.9 -> r1.10)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/Accumulator.class.php.diff?r1=1.9&r2=1.10)
        LogStream.class.php (r1.20 -> r1.21)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/LogStream.class.php.diff?r1=1.20&r2=1.21)
    pgfouine/include/postgresql:
        PostgreSQLAccumulator.class.php (r1.7 -> r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/PostgreSQLAccumulator.class.php.diff?r1=1.7&r2=1.8)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix pg_dumpall so that when --clean is specified, it drops roles
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Fix logic to detect conflicts or blocks involving exclusive locks