pgpool: Run pgindent.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Run pgindent.
Date: 2025-12-08 07:33:43
Message-ID: E1vSVkc-00FNtG-29@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Run pgindent.

Also update typedefs.list and README.pgpool.

Branch
------
V4_7_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=21666ac96f7f1596c330afaa8a12f3031b748875

Modified Files
--------------
src/config/pool_config_variables.c | 4 ++--
src/include/parser/pg_class.h | 2 +-
src/include/pool_config.h | 7 ++++---
src/include/utils/json.h | 2 +-
src/parser/copyfuncs.c | 2 +-
src/parser/outfuncs.c | 2 +-
src/parser/stringinfo.c | 2 +-
src/pcp_con/pcp_worker.c | 4 ++--
src/protocol/pool_connection_pool.c | 8 ++++----
src/query_cache/pool_memqcache.c | 6 +++---
src/tools/pgindent/README.pgpool | 10 ++++++++++
src/tools/pgindent/typedefs.list | 34 ++++++++++++++++++++++++----------
src/utils/json.c | 2 +-
src/utils/pool_process_reporting.c | 2 +-
src/utils/pool_relcache.c | 2 +-
src/watchdog/watchdog.c | 2 ++
src/watchdog/wd_heartbeat.c | 2 +-
17 files changed, 60 insertions(+), 33 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-12-08 07:37:00 pgpool: Update .git-blame-ignore-revs.
Previous Message Bo Peng 2025-12-08 05:38:04 pgpool: Use "grep -E" instead of deprecated "egrep" in pgpool_setup.