[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.5'

Florian Forster octo at verplant.org
Thu Oct 16 10:29:02 CEST 2008


 src/postgresql.c |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

New commits:
commit 1d3be23f9d6474a6f8e530904df4f27569b6ddc5
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Oct 14 12:57:21 2008 +0200

    postgresql plugin: Added another missing call to PQclear().
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit afca57287ae0c7b98e503be2a04270f06766c716
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Oct 14 13:41:18 2008 +0200

    postgresql plugin: Do not open new connections during reinitialization.
    
    When reinitializing the plugin a new connection to all databases has been
    opened. Now, we check if the connection already exists. In that case no new
    connection will be opened but the existing connection will be pinged instead.
    
    Thanks to Admin <collectd-info at internode.com.au> for finding and reporting
    this.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 4cca3a1b70c8320c613bb249664a3a9f879ff8d5
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Oct 16 10:05:31 2008 +0200

    postgresql plugin: Add a couple of PQclear() calls.
    
    The postgresql plugin is missing a couple of PQclear() calls
    
    Thanks to Admin <collectd-info at internode.com.au> for pointing this out.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list