Re: BUG #17777: An assert failed in nodeWindowAgg.c
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: xinwen@stu.scu.edu.cn, pgsql-bugs@lists.postgresql.org,
David Rowley <dgrowleyml@gmail.com>
Date: 2023-02-11T01:08:09Z
Lists: pgsql-bugs
Andres Freund <andres@anarazel.de> writes: > I think we could just add a !contain_subplans() to the code deciding whether > it's safe to use the movable window optimization? Yeah, perhaps. That doesn't seem like a mainstream use-case either. Another idea, tying into your previous point, is to try to check contain_volatile_functions in the planner before we've reduced sublinks to subplans. I'm not sure that would be convenient to do though; subplan-conversion happens pretty early. (I'm quite hesitant to move the goalposts on what contain_volatile_functions detects. As that comment indicates, some thought has gone into its current behavior, and I think we might hit some unwanted side-effects if we change it.) regards, tom lane
Commits
-
Disable WindowAgg inverse transitions when subplans are present
- 836c31ba508c 16.0 landed
- a9fa6d79aded 15.3 landed
- 4aa43ba21846 14.8 landed
- 301eb3ee4ecd 13.11 landed
- ac55abd33537 12.15 landed
- 8d2a8581b6d6 11.20 landed