summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2010-10-15 16:21:51 +0000
committerGreg Sabino Mullane2010-10-15 16:21:51 +0000
commit5c210e8f42b1a3bc8cfc7de57756a53ea0b78caf (patch)
treeaea14569da9833040b4b5819d19cf9ecd77e30fe
parent4d0554d1f440089dbf8ea8ab25c881f422f952fc (diff)
parentf55d6a0b0e04500197df167d7b0eae0009f27e53 (diff)
Merge branch 'master' of greg@bucardo.org:/var/lib/git/check_postgres
-rwxr-xr-xcheck_postgres.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 8312545b7..002c92053 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -8122,9 +8122,10 @@ client connections are those connections currently linked with an active server
connection. Client connections may also be "waiting", meaning they have not yet
been allocated a server connection. Server connections are "active" (linked to
a client), "idle" (standing by for a client connection to link with), "used"
-(just unlinked from a client, and not yet returned to the idle pool), and
-"login" (in the process of logging in). The maxwait value shows how long in
-seconds the oldest waiting client connection has been waiting.
+(just unlinked from a client, and not yet returned to the idle pool), "tested"
+(currently being tested) and "login" (in the process of logging in). The
+maxwait value shows how long in seconds the oldest waiting client connection
+has been waiting.
=head2 B<prepared_txns>