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

Florian Forster octo at verplant.org
Mon Feb 16 23:03:43 CET 2009


 src/collectd.conf.pod          |    6 +++---
 src/libcollectdclient/client.c |    4 ++--
 src/postgresql.c               |    8 +++++++-
 3 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit 2084476fec843de625cc59c86d43b43b7fb88fd9
Merge: 4dd2f8658b39af8bd4fe6ece7c72cedf4aa5c9a2 878bbfa128acf19da369452f12db5609e2b7d037
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Feb 16 22:56:37 2009 +0100

    Merge branch 'sh/next'

commit 878bbfa128acf19da369452f12db5609e2b7d037
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Feb 16 22:41:19 2009 +0100

    postgresql: Fixed calculation of a database's max_params_num.
    
    This parameter is used to store the size of a frequently used temporary list
    and allows that it may be efficiently stored on the stack. It was accidentally
    lost in commit 4d380d9, triggering an assertion in c_psql_exec_query_params().

commit dd836cfe45ef3c59ac3d29396115f18c043bb692
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Feb 16 22:16:22 2009 +0100

    collectd.conf(5): Fixed some typos.

commit 4dd2f8658b39af8bd4fe6ece7c72cedf4aa5c9a2
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Feb 16 22:08:45 2009 +0100

    libcollectdclient: Use `EILSEQ' rather than `EPROTO'.
    
    EPROTO is an XSR (XSI streams) extension and not supported on some
    platforms (OpenBSD, apparently).




More information about the collectd-changes mailing list