forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb71258a
committed
Fix name collision between concurrent regression tests.
Commitf5bcd39 introduced a test usinga table named "circles" in inherit.sql. Unfortunately, the concurrentlyexecuted constraints test was already using that table name, so theparallel regression tests would sometimes fail. Rename table to dodgethe problem. Per buildfarm.1 parent2d46a57 commitb71258a
2 files changed
+23
-23
lines changedLines changed: 15 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1007 | 1007 |
| |
1008 | 1008 |
| |
1009 | 1009 |
| |
1010 |
| - | |
| 1010 | + | |
1011 | 1011 |
| |
1012 | 1012 |
| |
1013 | 1013 |
| |
1014 |
| - | |
1015 |
| - | |
1016 |
| - | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
1017 | 1017 |
| |
1018 | 1018 |
| |
1019 | 1019 |
| |
1020 | 1020 |
| |
1021 |
| - | |
1022 |
| - | |
| 1021 | + | |
| 1022 | + | |
1023 | 1023 |
| |
1024 | 1024 |
| |
1025 |
| - | |
1026 |
| - | |
1027 |
| - | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
1028 | 1028 |
| |
1029 | 1029 |
| |
1030 | 1030 |
| |
1031 |
| - | |
| 1031 | + | |
1032 | 1032 |
| |
1033 | 1033 |
| |
1034 |
| - | |
1035 |
| - | |
| 1034 | + | |
| 1035 | + | |
1036 | 1036 |
| |
1037 | 1037 |
| |
1038 | 1038 |
| |
1039 |
| - | |
| 1039 | + | |
1040 | 1040 |
| |
1041 | 1041 |
| |
1042 |
| - | |
1043 |
| - | |
| 1042 | + | |
| 1043 | + | |
1044 | 1044 |
| |
1045 | 1045 |
| |
1046 | 1046 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
302 | 302 |
| |
303 | 303 |
| |
304 | 304 |
| |
305 |
| - | |
| 305 | + | |
306 | 306 |
| |
307 | 307 |
| |
308 | 308 |
| |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
|
0 commit comments
Comments
(0)