Re: json_populate_record issue - TupleDesc reference leak - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: json_populate_record issue - TupleDesc reference leak
Date
Msg-id 55477E4E.1060304@dunslane.net
Whole thread Raw
In response to Re: json_populate_record issue - TupleDesc reference leak  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
On 04/30/2015 08:36 AM, Pavel Stehule wrote:
> Still issue is not fixed still
>
> create type pt as (a int, b int);
> postgres=# select json_populate_record('(10,20)'::pt, '{}');
> WARNING:  TupleDesc reference leak: TupleDesc 0x7f413ca325b0 
> (16560,-1) still referenced
>
>

Looking at it now. (Please remember not to top-post.)

cheers

andrew



pgsql-hackers by date:

Previous
From: Sameer Thakur
Date:
Subject: Re: [PATCH] two-arg current_setting() with fallback
Next
From: Merlin Moncure
Date:
Subject: Re: cache invalidation for PL/pgsql functions