[COMMITTERS] pgsnmpd - pgsnmpd: Make this work in more than just bash

2007-09-08 Thread User Eggyknap
Log Message: --- Make this work in more than just bash Modified Files: -- pgsnmpd/pgsql_mib_pieces: reprocess.sh (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/reprocess.sh.diff?r1=1.2&r2=1.3) -

[COMMITTERS] pgsnmpd - pgsnmpd: Add pg_namespace, pg_opclass, and pg_operator (and

2007-09-08 Thread User Eggyknap
Log Message: --- Add pg_namespace, pg_opclass, and pg_operator (and reprocess a bunch of MIBs so it thinks it's gotta check in all the other MIBs I've already completed) Added Files: --- pgsnmpd/pgsql_mib_pieces: pg_namespace.mib (r1.1) (http://cvs.pgfoundry.o

[COMMITTERS] pgsql: Replace the former method of determining snapshot xmax --- to

2007-09-08 Thread Tom Lane
Log Message: --- Replace the former method of determining snapshot xmax --- to wit, calling ReadNewTransactionId from GetSnapshotData --- with a "latestCompletedXid" variable that is updated during transaction commit or abort. Since latestCompletedXid is written only in places that had to