forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfecc04f
committed
This patch fixes in intermittent failure in the regression tests:
there was a race condition between the "alter_table" and "rules"regression tests. Depending on scheduling, sometimes an ALTERTABLE command would operate on a relation created by the "rules"tests, leading to unexpected results.Neil Conway1 parentce3d087 commitfecc04f
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
481 | | - | |
482 | | - | |
| 481 | + | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| |||
0 commit comments
Comments
(0)