Commit e6d0d16
File tree
Expand file treeCollapse file tree
3 files changed
+32
-5
lines changedFilter options
- src
- backend/commands
- test/regress
- expected
- sql
Expand file treeCollapse file tree
3 files changed
+32
-5
lines changedsrc/backend/commands/trigger.c
Copy file name to clipboardExpand all lines: src/backend/commands/trigger.c+7-5Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4289 | 4289 |
|
4290 | 4290 |
|
4291 | 4291 |
|
4292 |
| - |
| 4292 | + |
| 4293 | + |
| 4294 | + |
4293 | 4295 |
|
| 4296 | + |
| 4297 | + |
4294 | 4298 |
|
4295 | 4299 |
|
4296 | 4300 |
|
| ||
4300 | 4304 |
|
4301 | 4305 |
|
4302 | 4306 |
|
4303 |
| - |
| 4307 | + |
4304 | 4308 |
|
4305 | 4309 |
|
4306 | 4310 |
|
| ||
4681 | 4685 |
|
4682 | 4686 |
|
4683 | 4687 |
|
| 4688 | + |
4684 | 4689 |
|
4685 | 4690 |
|
4686 | 4691 |
|
| ||
4696 | 4701 |
|
4697 | 4702 |
|
4698 | 4703 |
|
4699 |
| - |
4700 |
| - |
4701 |
| - |
4702 | 4704 |
|
4703 | 4705 |
|
4704 | 4706 |
|
|
src/test/regress/expected/triggers.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/triggers.out+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3372 | 3372 |
|
3373 | 3373 |
|
3374 | 3374 |
|
| 3375 | + |
| 3376 | + |
| 3377 | + |
| 3378 | + |
| 3379 | + |
| 3380 | + |
| 3381 | + |
| 3382 | + |
| 3383 | + |
| 3384 | + |
| 3385 | + |
3375 | 3386 |
|
3376 | 3387 |
|
3377 | 3388 |
|
|
src/test/regress/sql/triggers.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/triggers.sql+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2478 | 2478 |
|
2479 | 2479 |
|
2480 | 2480 |
|
| 2481 | + |
| 2482 | + |
| 2483 | + |
| 2484 | + |
| 2485 | + |
| 2486 | + |
| 2487 | + |
| 2488 | + |
| 2489 | + |
| 2490 | + |
| 2491 | + |
| 2492 | + |
| 2493 | + |
| 2494 | + |
2481 | 2495 |
|
2482 | 2496 |
|
2483 | 2497 |
|
|
0 commit comments