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>
Backpatch-through: v4.7
Branch
------
V4_7_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=57fc62eea5eedaf7151ea72f20f7a62d8ea40f1b
Modified Files
--------------
src/sql/pgpool_adm/pgpool_adm.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)