Changes committed to git://oss.sgi.com/nathans/pcp.git dev
src/libpcp_pmda/src/GNUmakefile | 6
src/libpcp_pmda/src/queues.c | 524 ++++++++++++++++++++++++++++++++
src/libpcp_pmda/src/queues.h | 86 +++++
src/pmdas/logger/GNUmakefile | 2
src/pmdas/logger/logger.c | 3
src/pmdas/logger/queues.c | 528 ---------------------------------
src/pmdas/logger/queues.h | 88 -----
src/pmdas/postgresql/pmdapostgresql.pl | 288 ++++++++++++++++--
8 files changed, 887 insertions(+), 638 deletions(-)
commit 6d32101e0497ad739f0bc380b941fa4cd1887db3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 5 17:23:33 2011 +1100
Migrate generic event queues source files into libpcp_pmda now.
commit 45490e515ab375702adbeb80b5b2927c4c4263c9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 5 17:19:36 2011 +1100
Add remaining missing 9.1 tables into pmdapostgresql.
commit bd62768e5aa5bdd5ed649375eb80dd5786ad7090
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 5 16:39:02 2011 +1100
Add first set postgresql 9.1 stats - replication & db conflicts.
commit dc62d44943b33f85d0437a1386f20763d963e4d7
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 5 16:01:48 2011 +1100
Fix thinko in refactored event queue initialisation code
commit 64d961d20b10a8db58cb1011a4030451161d653c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 5 15:51:41 2011 +1100
Minor cleanup in pmdalogger.
commit c1d6e25b761fef12c2e0dba16f5cdc8f1d640a3a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 5 15:47:02 2011 +1100
Fix typo in queues.h.
commit b660d5cb632d0823644a78b6f6f46719d943c201
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 5 15:46:15 2011 +1100
Improve pmdapostgresql handling of lost database connection.
|