The actual backend status is obtained using PQpingParams, not pg_ping.
3. ステータス
4. ロードバランスウェイト
5. バックエンド状態名
-6. 実際のバックエンドの状態 (Pgpool-II 4.3以降。pg_isreadyで取得)
+6. 実際のバックエンドの状態 (Pgpool-II 4.3以降。PQpingParamsで取得)
7. バックエンドの役割
8. 実際のバックエンドの役割(Pgpool-II 4.3以降。pg_is_in_recoveryで取得)
9. レプリケーションの遅延
3. status
4. load balance weight
5. status name
-6. actual backend status
+6. actual backend status (obtained using PQpingParams. Pgpool-II 4.3 or later)
7. backend role
-8. actual backend role (taken from pg_is_in_recovery. Pgpool-II 4.3 or later)
+8. actual backend role (obtained using pg_is_in_recovery. Pgpool-II 4.3 or later)
9. replication delay
10. replication state (taken from pg_stat_replication. Pgpool-II 4.1 or later)
11. sync replication state (taken from pg_stat_replication. Pgpool-II 4.1 or later)