Minor docs fix
authorJoshua Tolley <josh@endpoint.com>
Wed, 29 Sep 2010 17:27:20 +0000 (11:27 -0600)
committerJoshua Tolley <josh@endpoint.com>
Wed, 29 Sep 2010 17:27:46 +0000 (11:27 -0600)
check_postgres.pl

index 2b99cf6b281ad9f45b7a95cb4c842b3a36dcf3ad..fad2d312ed680a2d50c30365bd09c778ad4bdf2a 100755 (executable)
@@ -8120,9 +8120,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>