forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit29fd3d9
committed
Don't permit transition tables with TRUNCATE triggers.
Prior to this prohibition, such a trigger caused a crash.Thomas Munro, per a report from Neha Sharma. I added aregression test.Discussion:http://postgr.es/m/CAEepm=0VR5W-N38eTkO_FqJbGqQ_ykbBRmzmvHyxDhy1p=0Csw@mail.gmail.com1 parent304007d commit29fd3d9
File tree
3 files changed
+21
-0
lines changed- src
- backend/commands
- test/regress
- expected
- sql
3 files changed
+21
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
369 | 374 |
| |
370 | 375 |
| |
371 | 376 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5943 | 5943 |
| |
5944 | 5944 |
| |
5945 | 5945 |
| |
| 5946 | + | |
| 5947 | + | |
| 5948 | + | |
| 5949 | + | |
| 5950 | + | |
| 5951 | + | |
| 5952 | + | |
| 5953 | + | |
5946 | 5954 |
| |
5947 | 5955 |
| |
5948 | 5956 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4736 | 4736 |
| |
4737 | 4737 |
| |
4738 | 4738 |
| |
| 4739 | + | |
| 4740 | + | |
| 4741 | + | |
| 4742 | + | |
| 4743 | + | |
| 4744 | + | |
| 4745 | + | |
| 4746 | + | |
4739 | 4747 |
| |
4740 | 4748 |
| |
4741 | 4749 |
| |
|
0 commit comments
Comments
(0)