| From: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
|---|---|
| To: | pgpool-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgpool: Feature: add new command 's' to pgproto. |
| Date: | 2026-07-31 07:28:22 |
| Message-ID: | E1wphfK-00000005Prh-3cTb@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgpool-committers |
Feature: add new command 's' to pgproto.
's' causes pgproto to sleep for specified milliseconds. This is
useful if you want to observe PostgreSQL's status (pg_stat_activity
etc.) in the middle of pgproto command data sequence.
Author: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Discussion: https://www.postgresql.org/message-id/20260729.095613.1477575373912540234.ishii%40postgresql.org
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=8403a4a090e8f71322046f24b95dd84cce556ad3
Modified Files
--------------
doc.ja/src/sgml/ref/pgproto.sgml | 3 ++-
doc/src/sgml/ref/pgproto.sgml | 3 ++-
src/tools/pgproto/main.c | 8 ++++++++
3 files changed, 12 insertions(+), 2 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2026-08-02 06:34:24 | pgpool: Fix do_query to send sync rather than flush. |
| Previous Message | Tatsuo Ishii | 2026-07-21 12:06:42 | pgpool: Test: increase test timeout from 300 seconds to 360 seconds. |