The following bug has been logged on the website:
Bug reference: 15514
Logged by: 4321ip
Email address: 4321ip(at)gmail(dot)com
PostgreSQL version: 11.1
Operating system: WindiwsServer 2012 64bit
Description:
CREATE TYPE myrowtype AS
(
field jsonb,
rank double precision
);
SELECT * FROM jsonb_populate_recordset(NULL :: myrowtype, '[]');
.....
Connection to the server has been lost.