pgsql: Fix handling of polymorphic output arguments for procedures.

2024-05-14 Thread Tom Lane
Fix handling of polymorphic output arguments for procedures. Most of the infrastructure for procedure arguments was already okay with polymorphic output arguments, but it turns out that CallStmtResultDesc() was a few bricks shy of a load here. It thought all it needed to do was call build_functio

pgsql: Fix handling of polymorphic output arguments for procedures.

2024-05-14 Thread Tom Lane
Fix handling of polymorphic output arguments for procedures. Most of the infrastructure for procedure arguments was already okay with polymorphic output arguments, but it turns out that CallStmtResultDesc() was a few bricks shy of a load here. It thought all it needed to do was call build_functio

pgsql: Fix handling of polymorphic output arguments for procedures.

2024-05-14 Thread Tom Lane
Fix handling of polymorphic output arguments for procedures. Most of the infrastructure for procedure arguments was already okay with polymorphic output arguments, but it turns out that CallStmtResultDesc() was a few bricks shy of a load here. It thought all it needed to do was call build_functio

pgsql: Fix handling of polymorphic output arguments for procedures.

2024-05-14 Thread Tom Lane
Fix handling of polymorphic output arguments for procedures. Most of the infrastructure for procedure arguments was already okay with polymorphic output arguments, but it turns out that CallStmtResultDesc() was a few bricks shy of a load here. It thought all it needed to do was call build_functio

pgsql: Fix handling of polymorphic output arguments for procedures.

2024-05-14 Thread Tom Lane
Fix handling of polymorphic output arguments for procedures. Most of the infrastructure for procedure arguments was already okay with polymorphic output arguments, but it turns out that CallStmtResultDesc() was a few bricks shy of a load here. It thought all it needed to do was call build_functio

pgsql: Fix handling of polymorphic output arguments for procedures.

2024-05-14 Thread Tom Lane
Fix handling of polymorphic output arguments for procedures. Most of the infrastructure for procedure arguments was already okay with polymorphic output arguments, but it turns out that CallStmtResultDesc() was a few bricks shy of a load here. It thought all it needed to do was call build_functio