summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Tolley2010-09-29 17:27:20 +0000
committerJoshua Tolley2010-09-29 17:27:46 +0000
commitf55d6a0b0e04500197df167d7b0eae0009f27e53 (patch)
treed3b7887211740eb95396c74dd9f4b0da54241aec
parentc80788afd42c336097b374724efeab898a1e5500 (diff)
Minor docs fix
-rwxr-xr-xcheck_postgres.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 2b99cf6b2..fad2d312e 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -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>