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

From Tom Lane
Subject Re: BUG #15480: psql 11 array concatenation in CASE takes on values from the CASE expression when using enum_range
Date
Msg-id 7202.1541082414@sss.pgh.pa.us
Whole thread Raw
In response to BUG #15480: psql 11 array concatenation in CASE takes on values fromthe CASE expression when using enum_range  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #15480: psql 11 array concatenation in CASE takes on valuesfrom the CASE expression when using enum_range  (Matthew Williams <mattyw@me.com>)
List pgsql-bugs
=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.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


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15481: possible not using dependencies statistics when estimaterow count for bitmap index scan node
Next
From: Matthew Williams
Date:
Subject: Re: BUG #15480: psql 11 array concatenation in CASE takes on valuesfrom the CASE expression when using enum_range