pgfouine - pgfouine: implemented a simple garbage collector mechanism

From: gsmet(at)pgfoundry(dot)org (User Gsmet)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfouine - pgfouine: implemented a simple garbage collector mechanism
Date: 2009-04-12 12:55:40
Message-ID: 20090412125540.3FBDD17ADED6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
implemented a simple garbage collector mechanism which should reduce dramatically the memory usage when a connection pooler is 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2009-04-12 21:02:45 pgsql: Fix logic to detect conflicts or blocks involving exclusive locks
Previous Message Tom Lane 2009-04-11 20:23:05 pgsql: Fix pg_dumpall so that when --clean is specified, it drops roles