On Tue, Aug 06, 2019 at 06:41:34AM +0000, PG Bug reporting form wrote:
> Following query works fine in previous freebsd versions
>
> SELECT
> id_item
> FROM json_populate_recordset(null::record, '[{"id_item":776}]')
> AS
> (
> id_item int
> );
This visibly is a regression between 11 and 10, and one bisect later
here is the culprit:
commit: 37a795a60b4f4b1def11c615525ec5e0e9449e05
author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
date: Thu, 26 Oct 2017 13:47:45 -0400
Support domains over composite types.
--
Michael