Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6785974

Browse files
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.org
1 parenta6642b3 commit6785974

File tree

3 files changed

+0
-167
lines changed

3 files changed

+0
-167
lines changed

‎src/test/isolation/expected/reindex-partitions.out

Lines changed: 0 additions & 107 deletions
This file was deleted.

‎src/test/isolation/isolation_schedule

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ test: lock-committed-keyupdate
5050
test: update-locked-tuple
5151
test: reindex-concurrently
5252
test: reindex-schema
53-
test: reindex-partitions
5453
test: propagate-lock-delete
5554
test: tuplelock-conflict
5655
test: tuplelock-update

‎src/test/isolation/specs/reindex-partitions.spec

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp