pgsnmpd - pgsnmpd: Quit hardcoding config file name Some errors remain,

From: eggyknap(at)pgfoundry(dot)org (User Eggyknap)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsnmpd - pgsnmpd: Quit hardcoding config file name Some errors remain,
Date: 2009-08-17 17:41:57
Message-ID: 20090817174157.8214E1071B63@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Quit hardcoding config file name

Some errors remain, particularly issuing from somewhere within libyaml. Since
libyaml actually *produced* the input file, this is surprising. TODO...

Modified Files:
--------------
pgsnmpd:
customquery.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/customquery.c?r1=1.6&r2=1.7)
customquery.h (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/customquery.h?r1=1.2&r2=1.3)
pgsnmpd.c (r1.28 -> r1.29)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsnmpd.c?r1=1.28&r2=1.29)
query_reader.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/query_reader.c?r1=1.1&r2=1.2)

Added Files:
-----------
pgsnmpd:
pgsnmpd.yaml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsnmpd.yaml?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
pgsnmpd:
test.yaml
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/test.yaml)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-08-17 20:34:31 pgsql: Department of marginal improvements: teach tupconvert.c to avoid
Previous Message Tom Lane 2009-08-16 19:55:45 pgsql: Fix imprecise documentation of random(): it never returns 1.0.