BUG #15940: json_populate_recordset fails with ERROR: record type has not been registered - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15940: json_populate_recordset fails with ERROR: record type has not been registered
Date
Msg-id 15940-2ab76dc58ffb85b6@postgresql.org
Whole thread Raw
Responses Re: BUG #15940: json_populate_recordset fails with ERROR: recordtype has not been registered  (mathi joshi <maithili.manurkar@gmail.com>)
Re: BUG #15940: json_populate_recordset fails with ERROR: recordtype has not been registered  (Michael Paquier <michael@paquier.xyz>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15940
Logged by:          Jaroslav Sivy
Email address:      yarexeray@gmail.com
PostgreSQL version: 11.2
Operating system:   freebsd
Description:

Following query works fine in previous freebsd versions

SELECT
    id_item          
FROM json_populate_recordset(null::record, '[{"id_item":776}]')
AS
(
    id_item int
);


pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #15910: Valgrind-detected error in DecodeTimeOnly
Next
From: mathi joshi
Date:
Subject: Re: BUG #15940: json_populate_recordset fails with ERROR: recordtype has not been registered