forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit03787f6
committed
Don't trash input list structure in does_not_exist_skipping().
The trigger and rule cases need to split up the input name list, butthey mustn't corrupt the passed-in data structure, since it could be partof a cached utility-statement parsetree. Per bug #7641.1 parent9eb80f2 commit03787f6
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
| 206 | + | |
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 |
| - | |
| 212 | + | |
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
|
0 commit comments
Comments
(0)