Commit 487e986
File tree
Expand file treeCollapse file tree
8 files changed
+161
-23
lines changedFilter options
- doc/src/sgml
- ref
- src
- backend
- commands
- partitioning
- include/utils
- test/regress
- expected
- sql
Expand file treeCollapse file tree
8 files changed
+161
-23
lines changeddoc/src/sgml/ref/create_trigger.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/create_trigger.sgml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
526 | 526 |
|
527 | 527 |
|
528 | 528 |
|
529 |
| - |
| 529 | + |
530 | 530 |
|
531 | 531 |
|
532 | 532 |
|
|
+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
119 |
| - |
120 |
| - |
| 119 | + |
121 | 120 |
|
122 | 121 |
|
123 | 122 |
|
|
src/backend/commands/tablecmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/tablecmds.c+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16546 | 16546 |
|
16547 | 16547 |
|
16548 | 16548 |
|
16549 |
| - |
| 16549 | + |
| 16550 | + |
16550 | 16551 |
|
16551 | 16552 |
|
16552 | 16553 |
|
|
src/backend/commands/trigger.c
Copy file name to clipboardExpand all lines: src/backend/commands/trigger.c+28-12Lines changed: 28 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
221 | 221 |
|
222 | 222 |
|
223 | 223 |
|
224 |
| - |
225 |
| - |
226 |
| - |
227 |
| - |
228 |
| - |
229 |
| - |
230 |
| - |
231 |
| - |
232 |
| - |
233 |
| - |
234 |
| - |
235 |
| - |
236 | 224 |
|
237 | 225 |
|
238 | 226 |
|
| ||
1658 | 1646 |
|
1659 | 1647 |
|
1660 | 1648 |
|
| 1649 | + |
1661 | 1650 |
|
1662 | 1651 |
|
1663 | 1652 |
|
| ||
1961 | 1950 |
|
1962 | 1951 |
|
1963 | 1952 |
|
| 1953 | + |
| 1954 | + |
1964 | 1955 |
|
1965 | 1956 |
|
1966 | 1957 |
|
| ||
2247 | 2238 |
|
2248 | 2239 |
|
2249 | 2240 |
|
| 2241 | + |
| 2242 | + |
| 2243 | + |
| 2244 | + |
| 2245 | + |
| 2246 | + |
| 2247 | + |
| 2248 | + |
| 2249 | + |
| 2250 | + |
| 2251 | + |
| 2252 | + |
| 2253 | + |
| 2254 | + |
| 2255 | + |
2250 | 2256 |
|
2251 | 2257 |
|
2252 | 2258 |
|
| ||
2741 | 2747 |
|
2742 | 2748 |
|
2743 | 2749 |
|
| 2750 | + |
| 2751 | + |
| 2752 | + |
| 2753 | + |
| 2754 | + |
| 2755 | + |
| 2756 | + |
| 2757 | + |
| 2758 | + |
| 2759 | + |
2744 | 2760 |
|
2745 | 2761 |
|
2746 | 2762 |
|
|
src/backend/partitioning/partdesc.c
Copy file name to clipboardExpand all lines: src/backend/partitioning/partdesc.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
307 | 307 |
|
308 | 308 |
|
309 | 309 |
|
310 |
| - |
| 310 | + |
311 | 311 |
|
312 | 312 |
|
313 | 313 |
|
|
src/include/utils/reltrigger.h
Copy file name to clipboardExpand all lines: src/include/utils/reltrigger.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
|
src/test/regress/expected/triggers.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/triggers.out+74-4Lines changed: 74 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1958 | 1958 |
|
1959 | 1959 |
|
1960 | 1960 |
|
1961 |
| - |
1962 |
| - |
1963 |
| - |
1964 |
| - |
1965 | 1961 |
|
1966 | 1962 |
|
1967 | 1963 |
|
| ||
2246 | 2242 |
|
2247 | 2243 |
|
2248 | 2244 |
|
| 2245 | + |
| 2246 | + |
| 2247 | + |
| 2248 | + |
| 2249 | + |
| 2250 | + |
| 2251 | + |
| 2252 | + |
| 2253 | + |
| 2254 | + |
| 2255 | + |
| 2256 | + |
| 2257 | + |
| 2258 | + |
| 2259 | + |
| 2260 | + |
| 2261 | + |
| 2262 | + |
| 2263 | + |
| 2264 | + |
| 2265 | + |
| 2266 | + |
| 2267 | + |
| 2268 | + |
| 2269 | + |
| 2270 | + |
| 2271 | + |
| 2272 | + |
| 2273 | + |
| 2274 | + |
| 2275 | + |
| 2276 | + |
| 2277 | + |
| 2278 | + |
| 2279 | + |
| 2280 | + |
| 2281 | + |
| 2282 | + |
| 2283 | + |
| 2284 | + |
| 2285 | + |
| 2286 | + |
| 2287 | + |
| 2288 | + |
| 2289 | + |
| 2290 | + |
| 2291 | + |
| 2292 | + |
| 2293 | + |
| 2294 | + |
| 2295 | + |
| 2296 | + |
| 2297 | + |
| 2298 | + |
| 2299 | + |
| 2300 | + |
| 2301 | + |
| 2302 | + |
| 2303 | + |
| 2304 | + |
| 2305 | + |
| 2306 | + |
| 2307 | + |
| 2308 | + |
| 2309 | + |
| 2310 | + |
| 2311 | + |
| 2312 | + |
| 2313 | + |
| 2314 | + |
| 2315 | + |
| 2316 | + |
| 2317 | + |
| 2318 | + |
2249 | 2319 |
|
2250 | 2320 |
|
2251 | 2321 |
|
|
src/test/regress/sql/triggers.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/triggers.sql+53-2Lines changed: 53 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1348 | 1348 |
|
1349 | 1349 |
|
1350 | 1350 |
|
1351 |
| - |
1352 |
| - |
1353 | 1351 |
|
1354 | 1352 |
|
1355 | 1353 |
|
| ||
1561 | 1559 |
|
1562 | 1560 |
|
1563 | 1561 |
|
| 1562 | + |
| 1563 | + |
| 1564 | + |
| 1565 | + |
| 1566 | + |
| 1567 | + |
| 1568 | + |
| 1569 | + |
| 1570 | + |
| 1571 | + |
| 1572 | + |
| 1573 | + |
| 1574 | + |
| 1575 | + |
| 1576 | + |
| 1577 | + |
| 1578 | + |
| 1579 | + |
| 1580 | + |
| 1581 | + |
| 1582 | + |
| 1583 | + |
| 1584 | + |
| 1585 | + |
| 1586 | + |
| 1587 | + |
| 1588 | + |
| 1589 | + |
| 1590 | + |
| 1591 | + |
| 1592 | + |
| 1593 | + |
| 1594 | + |
| 1595 | + |
| 1596 | + |
| 1597 | + |
| 1598 | + |
| 1599 | + |
| 1600 | + |
| 1601 | + |
| 1602 | + |
| 1603 | + |
| 1604 | + |
| 1605 | + |
| 1606 | + |
| 1607 | + |
| 1608 | + |
| 1609 | + |
| 1610 | + |
| 1611 | + |
| 1612 | + |
| 1613 | + |
| 1614 | + |
1564 | 1615 |
|
1565 | 1616 |
|
1566 | 1617 |
|
|
0 commit comments