forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6785974
committed
Remove isolation test reindex-partitions
The isolation test added bya6642b3 is proving to be unstable, as oncethe first transaction holding a lock on the top-most partitioned tableor on a partition commits, the commit order of the follow-up DROP TABLEand REINDEX could become reversed depending on the timing.The only part of the test that could be entirely reliable is the oneusing a SHARE lock, allowing REINDEX to commit first, but it is theleast interesting of the set.Per buildfarm members rorqual and mylodon.Discussion:https://postgr.es/m/E1kFSBj-00062c-Mu@gemulon.postgresql.org1 parenta6642b3 commit6785974
File tree
3 files changed
+0
-167
lines changed- src/test/isolation
- expected
- specs
3 files changed
+0
-167
lines changedLines changed: 0 additions & 107 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
54 | 53 |
| |
55 | 54 |
| |
56 | 55 |
| |
|
Lines changed: 0 additions & 59 deletions
This file was deleted.
0 commit comments
Comments
(0)