pgsnmpd - pgsnmpd: Quit hardcoding values in rdbmsSrvTable (finally).

Started by Nonameabout 19 years ago2 messagescomitters
Jump to latest
#1Noname
eggyknap@pgfoundry.org

Log Message:
-----------
Quit hardcoding values in rdbmsSrvTable (finally). Note that the SQL script that creates the custom tables for this stuff defaults vendor name and product name to 'PostgreSQL'

Modified Files:
--------------
pgsnmpd:
pgsnmpd.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsnmpd.sql.diff?r1=1.2&r2=1.3)
pgsnmpd/RDBMS-MIB_src/rdbmsSrvTable:
rdbmsSrvTable_data_access.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsSrvTable/rdbmsSrvTable_data_access.c.diff?r1=1.6&r2=1.7)

#2Dave Page
dpage@pgadmin.org
In reply to: Noname (#1)
Re: pgsnmpd - pgsnmpd: Quit hardcoding values in rdbmsSrvTable (finally).

User Eggyknap wrote:

Log Message:
-----------
Quit hardcoding values in rdbmsSrvTable (finally). Note that the SQL script that creates the custom tables for this stuff defaults vendor name and product name to 'PostgreSQL'

Modified Files:
--------------
pgsnmpd:
pgsnmpd.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsnmpd.sql.diff?r1=1.2&r2=1.3)
pgsnmpd/RDBMS-MIB_src/rdbmsSrvTable:
rdbmsSrvTable_data_access.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsSrvTable/rdbmsSrvTable_data_access.c.diff?r1=1.6&r2=1.7)

Hey Josh,

The vendor name should probably default to:

PostgreSQL Global Development Group

Regards, Dave.