Re: CALL stmt, ERROR: unrecognized node type: 113 bug

Peter Eisentraut <peter.eisentraut@2ndquadrant.com>

From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Pavel Stehule <pavel.stehule@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-02-12T19:38:21Z
Lists: pgsql-hackers

Attachments

On 2/1/18 11:33, Pavel Stehule wrote:
> postgres=# \sf test
> ERROR:  cache lookup failed for type 0

Here is a patch set that adds procedure support to \ef and \sf.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Commits

  1. Avoid premature free of pass-by-reference CALL arguments.

  2. Fix oversight in CALL argument handling, and do some minor cleanup.