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(-)