-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix singlenode mode isolation2 expected results not stable.
As there are three ao/aocs tables in the prevent_ao_wal isolation2 test, the expected results of wal are not stable after VACUUM. We fix this by truncate unrelated table in lockmodes test. Authored-by: Zhang Wenchao zwcpostgres@gmail.com
- Loading branch information
1 parent
91e8155
commit 89fb4d5
Showing
4 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1089,3 +1089,6 @@ UPDATE 1 | |
1: ROLLBACK; | ||
ROLLBACK | ||
1q: ... <quitting> | ||
|
||
TRUNCATE t_lockmods_ao; | ||
TRUNCATE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters