forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit74bd066
committed
Add test case for ON DELETE NO ACTION/RESTRICT
This was previously not covered at all; functionRI_FKey_restrict_del() was not exercised in the tests.Reviewed-by: Alvaro Herrera <alvherre@2ndquadrant.com>Reviewed-by: Mi Tar <mmitar@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/7ae17c95-0c99-d420-032a-c271f510112b@2ndquadrant.com/1 parent90525d7 commit74bd066
2 files changed
+12
-4
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1339 | 1339 |
| |
1340 | 1340 |
| |
1341 | 1341 |
| |
1342 |
| - | |
| 1342 | + | |
1343 | 1343 |
| |
1344 | 1344 |
| |
1345 | 1345 |
| |
| |||
1348 | 1348 |
| |
1349 | 1349 |
| |
1350 | 1350 |
| |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
1351 | 1354 |
| |
1352 | 1355 |
| |
1353 |
| - | |
| 1356 | + | |
1354 | 1357 |
| |
1355 | 1358 |
| |
1356 | 1359 |
| |
1357 | 1360 |
| |
1358 | 1361 |
| |
1359 | 1362 |
| |
1360 | 1363 |
| |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
1361 | 1367 |
| |
1362 | 1368 |
| |
1363 | 1369 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
992 | 992 |
| |
993 | 993 |
| |
994 | 994 |
| |
995 |
| - | |
| 995 | + | |
996 | 996 |
| |
997 | 997 |
| |
998 | 998 |
| |
999 | 999 |
| |
1000 | 1000 |
| |
1001 | 1001 |
| |
| 1002 | + | |
1002 | 1003 |
| |
1003 | 1004 |
| |
1004 | 1005 |
| |
1005 |
| - | |
| 1006 | + | |
1006 | 1007 |
| |
1007 | 1008 |
| |
1008 | 1009 |
| |
1009 | 1010 |
| |
1010 | 1011 |
| |
| 1012 | + | |
1011 | 1013 |
| |
1012 | 1014 |
| |
1013 | 1015 |
| |
|
0 commit comments
Comments
(0)