forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit90d8f1b
committed
Fix unstable partition_prune regression tests
This was broken recently bya929e17. I'd failed to remember thatparallel tests should have their EXPLAIN output run through theexplain_parallel_append function so that the output is stable whenparallel workers fail to start.fairywren was first to notice.Reported-by: Michael PaquierDiscussion:https://postgr.es/m/20201102062951.GB15770@paquier.xyz1 parent8a15e73 commit90d8f1b
File tree
2 files changed
+26
-28
lines changed- src/test/regress
- expected
- sql
2 files changed
+26
-28
lines changedLines changed: 22 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3684 | 3684 |
| |
3685 | 3685 |
| |
3686 | 3686 |
| |
3687 |
| - | |
3688 |
| - | |
3689 |
| - | |
| 3687 | + | |
| 3688 | + | |
3690 | 3689 |
| |
3691 |
| - | |
| 3690 | + | |
3692 | 3691 |
| |
3693 | 3692 |
| |
3694 |
| - | |
| 3693 | + | |
3695 | 3694 |
| |
3696 |
| - | |
3697 |
| - | |
3698 |
| - | |
| 3695 | + | |
| 3696 | + | |
| 3697 | + | |
3699 | 3698 |
| |
3700 | 3699 |
| |
3701 | 3700 |
| |
| |||
3704 | 3703 |
| |
3705 | 3704 |
| |
3706 | 3705 |
| |
3707 |
| - | |
3708 |
| - | |
| 3706 | + | |
| 3707 | + | |
3709 | 3708 |
| |
3710 |
| - | |
3711 |
| - | |
| 3709 | + | |
| 3710 | + | |
3712 | 3711 |
| |
3713 |
| - | |
3714 |
| - | |
| 3712 | + | |
| 3713 | + | |
3715 | 3714 |
| |
3716 | 3715 |
| |
3717 |
| - | |
| 3716 | + | |
3718 | 3717 |
| |
3719 |
| - | |
3720 |
| - | |
3721 |
| - | |
| 3718 | + | |
| 3719 | + | |
| 3720 | + | |
3722 | 3721 |
| |
3723 | 3722 |
| |
3724 | 3723 |
| |
3725 |
| - | |
| 3724 | + | |
3726 | 3725 |
| |
3727 | 3726 |
| |
3728 |
| - | |
| 3727 | + | |
3729 | 3728 |
| |
3730 |
| - | |
3731 |
| - | |
| 3729 | + | |
| 3730 | + | |
3732 | 3731 |
| |
3733 | 3732 |
| |
3734 |
| - | |
| 3733 | + | |
3735 | 3734 |
| |
3736 | 3735 |
| |
3737 | 3736 |
| |
|
Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1067 | 1067 |
| |
1068 | 1068 |
| |
1069 | 1069 |
| |
1070 |
| - | |
1071 |
| - | |
| 1070 | + | |
1072 | 1071 |
| |
1073 | 1072 |
| |
1074 | 1073 |
| |
1075 | 1074 |
| |
1076 |
| - | |
1077 |
| - | |
| 1075 | + | |
| 1076 | + | |
1078 | 1077 |
| |
1079 |
| - | |
| 1078 | + | |
1080 | 1079 |
| |
1081 | 1080 |
| |
1082 | 1081 |
| |
|
0 commit comments
Comments
(0)