pgpool: Refactor streaming replication worker child process.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Refactor streaming replication worker child process.
Date: 2026-01-08 05:51:56
Message-ID: E1vdiw8-007DTD-08@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Refactor streaming replication worker child process.

Refactor the code to create external command line string using
StringInfo modules.

Author: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Reviewed-by: Nadav Shatz <nadav(at)tailorbrands(dot)com>

Branch
------
master

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

Modified Files
--------------
src/streaming_replication/pool_worker_child.c | 41 ++++-----------------------
1 file changed, 6 insertions(+), 35 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-01-09 11:49:42 pgpool: Fix memory leak in scram authentication.
Previous Message Tatsuo Ishii 2026-01-07 11:35:41 pgpool: Fix to check the return value of malloc().