forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1177ab1
committed
Make new regression test case parallel-safe, and improve its output.
The test case added by commit1f6d515 fails on buildfarm members thathave force_parallel_mode turned on, because we currently don't report sortperformance details from worker processes back to the master. To fix that,just make the test table be temp rather than regular; that's a good ideaanyway to forestall any possible interference from auto-analyze.(The restriction that workers can't access temp tables might go awaysomeday, but almost certainly not before the other thing gets fixed.)Also, improve the test so that we retain as much as possible of theEXPLAIN ANALYZE output. This aids debugging failures, and might alsoexpose problems that the preceding version masked.Discussion:http://postgr.es/m/CADE5jYLuugnEEUsyW6Q_4mZFYTxHxaVCQmGAsF0yiY8ZDggi-w@mail.gmail.com1 parent27b8987 commit1177ab1
2 files changed
+66
-78
lines changedLines changed: 37 additions & 40 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1042 | 1042 |
| |
1043 | 1043 |
| |
1044 | 1044 |
| |
1045 |
| - | |
1046 |
| - | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
1047 | 1049 |
| |
1048 |
| - | |
| 1050 | + | |
1049 | 1051 |
| |
1050 |
| - | |
1051 |
| - | |
1052 |
| - | |
1053 |
| - | |
1054 |
| - | |
1055 |
| - | |
1056 |
| - | |
1057 |
| - | |
1058 |
| - | |
1059 |
| - | |
1060 |
| - | |
1061 |
| - | |
1062 |
| - | |
1063 |
| - | |
1064 |
| - | |
1065 |
| - | |
1066 |
| - | |
1067 |
| - | |
1068 |
| - | |
1069 |
| - | |
1070 |
| - | |
1071 |
| - | |
1072 |
| - | |
1073 |
| - | |
1074 |
| - | |
1075 |
| - | |
1076 |
| - | |
1077 |
| - | |
1078 |
| - | |
1079 |
| - | |
1080 |
| - | |
1081 |
| - | |
1082 |
| - | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
1083 | 1072 |
| |
1084 |
| - | |
1085 |
| - | |
1086 |
| - | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
1087 | 1084 |
| |
1088 | 1085 |
| |
1089 | 1086 |
| |
| |||
1092 | 1089 |
| |
1093 | 1090 |
| |
1094 | 1091 |
| |
1095 |
| - | |
| 1092 | + |
Lines changed: 29 additions & 38 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
542 | 542 |
| |
543 | 543 |
| |
544 | 544 |
| |
545 |
| - | |
546 |
| - | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
547 | 549 |
| |
548 |
| - | |
| 550 | + | |
549 | 551 |
| |
550 |
| - | |
551 |
| - | |
552 |
| - | |
553 |
| - | |
554 |
| - | |
555 |
| - | |
556 |
| - | |
557 |
| - | |
558 |
| - | |
559 |
| - | |
560 |
| - | |
561 |
| - | |
562 |
| - | |
563 |
| - | |
564 |
| - | |
565 |
| - | |
566 |
| - | |
567 |
| - | |
568 |
| - | |
569 |
| - | |
570 |
| - | |
571 |
| - | |
572 |
| - | |
573 |
| - | |
574 |
| - | |
575 |
| - | |
576 |
| - | |
577 |
| - | |
578 |
| - | |
579 |
| - | |
580 |
| - | |
581 |
| - | |
582 |
| - | |
583 |
| - | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
584 | 573 |
| |
585 | 574 |
| |
| 575 | + | |
| 576 | + | |
586 | 577 |
| |
587 | 578 |
| |
588 |
| - | |
| 579 | + |
0 commit comments
Comments
(0)