Re: JSON_POPULATE_RECORDSET empty array bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vladimír Houba ml(dot) <vladojr(at)prosoft(dot)sk>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: JSON_POPULATE_RECORDSET empty array bug
Date: 2018-12-21 15:39:22
Message-ID: 25442.1545406762@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?UTF-8?Q?Vladim=C3=ADr_Houba_ml=2E?= <vladojr(at)prosoft(dot)sk> writes:
> but the following command crashes the backend
> SELECT * FROM JSON_POPULATE_RECORDSET(NULL::information_schema.columns,
> '[]')

Hm, works for me. What version are you testing?

[ digs in commit log... ] If that's 11.0 or 11.1, I think this was
resolved by commit 595220a3a.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Vladimír Houba ml. 2018-12-21 16:15:11 Re: JSON_POPULATE_RECORDSET empty array bug
Previous Message Vladimír Houba ml. 2018-12-21 14:35:32 JSON_POPULATE_RECORDSET empty array bug