BUG #16255: No respect for 'not materialized' on CTEs with group by - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16255: No respect for 'not materialized' on CTEs with group by
Date
Msg-id 16255-e18a59c1ef606bbc@postgresql.org
Whole thread Raw
Responses Re: BUG #16255: No respect for 'not materialized' on CTEs with group by  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16255
Logged by:          Robert Ford
Email address:      robfordww@gmail.com
PostgreSQL version: 12.1
Operating system:   Windows
Description:

I have an simple CTE expression with group by and a string_aggr() function,
and Postgresql seems to materialize it anyhow, even if 'not materialized' is
instructed. I can't see that this is documented behaviour.


pgsql-bugs by date:

Previous
From: Amit Kapila
Date:
Subject: Re: ERROR: subtransaction logged without previous top-level txn record
Next
From: Tom Lane
Date:
Subject: Re: BUG #16255: No respect for 'not materialized' on CTEs with group by