Re: pgsql: Fix memory leak in plpgsql's CALL processing. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql: Fix memory leak in plpgsql's CALL processing.
Date
Msg-id 1598242.1609168300@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix memory leak in plpgsql's CALL processing.  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: pgsql: Fix memory leak in plpgsql's CALL processing.
List pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
> This change has broken the following test case (reduced from actual 
> production code):

Thanks for the report.  What I see here is

ERROR:  unsupported target type: 2139062143

so it looks like a memory clobber --- probably some data structure is
being built in the wrong memory context.  Will look closer shortly.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Transactions involving multiple postgres foreign servers, take 2
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Add pg_alterckey utility to change the cluster key