Re: BUG #17094: FailedAssertion at planner.c
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Richard Guo <guofenglinux@gmail.com>
Cc: cyg0810@gmail.com,
PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2021-07-08T17:22:06Z
Lists: pgsql-bugs
Attachments
- tighten-rule-rewrite-in-WITH-restrictions.patch (text/x-diff) patch
I wrote: > I'm inclined to think we have to reject cases like this. Concretely, about like this. I noticed that the adjacent error cases in RewriteQuery were mostly not covered either by the regression tests, so I added tests to hit them all. regards, tom lane
Commits
-
Reject cases where a query in WITH rewrites to just NOTIFY.
- f0271cb15465 9.6.23 landed
- a9da1934e971 15.0 landed
- 9c729bd30849 12.8 landed
- 6edccac166fa 13.4 landed
- 51df19a05462 10.18 landed
- 39b6e85f135f 14.0 landed
- 158594f9949a 11.13 landed