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

Поиск
Список
Период
Сортировка
От eggyknap@pgfoundry.org (User Eggyknap)
Тема pgsnmpd - pgsnmpd: * Comment out bunches of the old MIB in pgsnmpd.c.
Дата
Msg-id 20070311055553.2714221731A@pgfoundry.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Fix a race condition that caused pg_database_size() and
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Fix a race condition that caused pg_database_size() and