pgsnmpd - pgsnmpd: Changed custom query handler mechanics to Net-SNMP's

From: eggyknap(at)pgfoundry(dot)org (User Eggyknap)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsnmpd - pgsnmpd: Changed custom query handler mechanics to Net-SNMP's
Date: 2009-06-09 05:06:59
Message-ID: 20090609050659.73A9D1072110@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Changed custom query handler mechanics to Net-SNMP's "array-user" method
(previously it was the "iterator" method, which turned out to be a poor
choice). Cleanup will continue in later patches.

Modified Files:
--------------
pgsnmpd:
Makefile (r1.20 -> r1.21)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/Makefile?r1=1.20&r2=1.21)
customquery.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/customquery.c?r1=1.1&r2=1.2)
pgsnmpd.c (r1.26 -> r1.27)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsnmpd.c?r1=1.26&r2=1.27)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bmomjian 2009-06-09 12:42:19 pg-migrator - pg_migrator: Mention change in default datetime storage
Previous Message User Itagaki 2009-06-09 04:41:25 pgbulkload - pgbulkload: Implements remote bulkload.