forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2c84ea6
committed
Propagate trigger arguments to partitions
We were creating the cloned triggers with an empty list of arguments,losing the ones that had been specified by the user when creating thetrigger in the partitioned table. Repair.This was forgotten in commit86f5759.Author: Patrick McHardyReviewed-by: Tomas VondraDiscussion:https://postgr.es/m/20190709130027.amr2cavjvo7rdvac@access1.trash.netDiscussion:https://postgr.es/m/15752-123bc90287986de4@postgresql.org1 parente435c1e commit2c84ea6
File tree
4 files changed
+69
-2
lines changed- src
- backend/commands
- test/regress
- expected
- sql
4 files changed
+69
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15915 | 15915 |
| |
15916 | 15916 |
| |
15917 | 15917 |
| |
| 15918 | + | |
15918 | 15919 |
| |
15919 | 15920 |
| |
15920 | 15921 |
| |
| |||
15979 | 15980 |
| |
15980 | 15981 |
| |
15981 | 15982 |
| |
| 15983 | + | |
| 15984 | + | |
| 15985 | + | |
| 15986 | + | |
| 15987 | + | |
| 15988 | + | |
| 15989 | + | |
| 15990 | + | |
| 15991 | + | |
| 15992 | + | |
| 15993 | + | |
| 15994 | + | |
| 15995 | + | |
| 15996 | + | |
| 15997 | + | |
| 15998 | + | |
| 15999 | + | |
| 16000 | + | |
| 16001 | + | |
| 16002 | + | |
15982 | 16003 |
| |
15983 | 16004 |
| |
15984 | 16005 |
| |
15985 | 16006 |
| |
15986 |
| - | |
| 16007 | + | |
15987 | 16008 |
| |
15988 | 16009 |
| |
15989 | 16010 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1172 | 1172 |
| |
1173 | 1173 |
| |
1174 | 1174 |
| |
1175 |
| - | |
1176 | 1175 |
| |
1177 | 1176 |
| |
1178 | 1177 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2094 | 2094 |
| |
2095 | 2095 |
| |
2096 | 2096 |
| |
| 2097 | + | |
| 2098 | + | |
| 2099 | + | |
| 2100 | + | |
| 2101 | + | |
| 2102 | + | |
| 2103 | + | |
| 2104 | + | |
| 2105 | + | |
| 2106 | + | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
2097 | 2121 |
| |
2098 | 2122 |
| |
2099 | 2123 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1460 | 1460 |
| |
1461 | 1461 |
| |
1462 | 1462 |
| |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
1463 | 1486 |
| |
1464 | 1487 |
| |
1465 | 1488 |
| |
|
0 commit comments
Comments
(0)