diff options
author | Joshua Tolley | 2010-09-29 17:27:20 +0000 |
---|---|---|
committer | Joshua Tolley | 2010-09-29 17:27:46 +0000 |
commit | f55d6a0b0e04500197df167d7b0eae0009f27e53 (patch) | |
tree | d3b7887211740eb95396c74dd9f4b0da54241aec | |
parent | c80788afd42c336097b374724efeab898a1e5500 (diff) |
Minor docs fix
-rwxr-xr-x | check_postgres.pl | 7 |
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> |