pgsnmpd - pgsnmpd: * Comment out bunches of the old MIB in pgsnmpd.c.

From: eggyknap(at)pgfoundry(dot)org (User Eggyknap)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsnmpd - pgsnmpd: * Comment out bunches of the old MIB in pgsnmpd.c.
Date: 2007-03-11 05:55:53
Message-ID: 20070311055553.2714221731A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
* Comment out bunches of the old MIB in pgsnmpd.c. All the old code is still there in case I broke something
* Add MIBs to CVS, because they can be a pain to find
* Add template code (which doesn't compile yet) for rdbmsDbParamTable so it's backed up somewhere
* Add beginning array parsing code in pg_array.[ch]
* Modify and comment out portions of makefile relating to rdbmsDbParamTable so everything still builds ok

Modified Files:
--------------
pgsnmpd:
Makefile (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/Makefile.diff?r1=1.6&r2=1.7)
pgsnmpd.c (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsnmpd.c.diff?r1=1.7&r2=1.8)
rdbmsDbInfoTable_data_access.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbInfoTable_data_access.c.diff?r1=1.2&r2=1.3)

Added Files:
-----------
pgsnmpd:
APPLICATION-MIB (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/APPLICATION-MIB?rev=1.1&content-type=text/x-cvsweb-markup)
RDBMS-MIB (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/RDBMS-MIB?rev=1.1&content-type=text/x-cvsweb-markup)
pg_array.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pg_array.c?rev=1.1&content-type=text/x-cvsweb-markup)
pg_array.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pg_array.h?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable.c?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable.h?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable_data_access.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable_data_access.c?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable_data_access.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable_data_access.h?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable_data_get.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable_data_get.c?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable_data_get.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable_data_get.h?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable_data_set.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable_data_set.c?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable_data_set.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable_data_set.h?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable_enums.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable_enums.h?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable_interface.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable_interface.c?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable_interface.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable_interface.h?rev=1.1&content-type=text/x-cvsweb-markup)
rdbmsDbParamTable_oids.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/rdbmsDbParamTable_oids.h?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-03-11 06:43:23 pgsql: Fix a race condition that caused pg_database_size() and
Previous Message Alvaro Herrera 2007-03-11 05:22:00 pgsql: Fix a race condition that caused pg_database_size() and