forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb2b5656
committed
Don't try to rewrite NEW references in a utility statement in a rule.
There won't be any, and in fact there won't even be an RTE for NEW,which was leading to a core dump in CVS tip. 7.4 and earlier managenot to crash when applying ResolveNew in this scenario, but I thinkit was just good fortune that they didn't. Per report fromBernd Helmle.1 parent752089e commitb2b5656
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
| 211 | + | |
| 212 | + | |
212 | 213 |
| |
213 | 214 |
| |
214 | 215 |
| |
|
0 commit comments
Comments
(0)