pgpool: Fix pgpool_adm:pcp_proc_info crash.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix pgpool_adm:pcp_proc_info crash.
Date: 2026-08-07 10:01:34
Message-ID: E1wsHOQ-0000000GhwW-02Z8@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix pgpool_adm:pcp_proc_info crash.

From PostgreSQL 19, TupleDescFinalize() must be called after the last
TupleDescInitEntry(). pcp_proc_info() forgot it. Also add call to
BlessTupleDesc() which was missing in pcp_proc_info() too.

Author: Tatsuo Ishii <ishii(at)postgresql(dot)org>

Branch
------
master

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

Modified Files
--------------
src/sql/pgpool_adm/pgpool_adm.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-08-07 11:53:41 pgpool: Fix pgpool_adm:pcp_proc_info crash.
Previous Message Tatsuo Ishii 2026-08-07 10:01:29 pgpool: Test: fix regress.sh to set numeric PostgreSQL version number.