Re: BUG #15480: psql 11 array concatenation in CASE takes on values from the CASE expression when using enum_range

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pg(at)mattyw(dot)net
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15480: psql 11 array concatenation in CASE takes on values from the CASE expression when using enum_range
Date: 2018-11-01 14:26:54
Message-ID: 7202.1541082414@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?utf-8?q?PG_Bug_reporting_form?= <noreply(at)postgresql(dot)org> writes:
> Below is an example .sql file that replicates the problem. Put simply, when
> we array concat with enum_range in the result of a CASE statement the
> concatenation takes the expression from the CASE statement, not the enum
> range.

Isn't this a duplicate of bug #15471 ?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Matthew Williams 2018-11-01 14:39:18 Re: BUG #15480: psql 11 array concatenation in CASE takes on values from the CASE expression when using enum_range
Previous Message PG Bug reporting form 2018-11-01 10:18:58 BUG #15481: possible not using dependencies statistics when estimate row count for bitmap index scan node