forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5abca4b
committed
Fix test failure with wal_level=minimal.
The newly-added gist pageinspect test prints the LSNs of GiST pages,expecting them all to be 1 (GistBuildLSN). But with wal_level=minimal,they got updated by the whole-relation WAL-logging at commit. Fix bywrapping the problematic tests in the same transaction with the CREATEINDEX.Per buildfarm failure on thorntail.Discussion:https://www.postgresql.org/message-id/3B4F97E5-40FB-4142-8CAA-B301CDFBF982%40iki.fi1 parent06ed235 commit5abca4b
2 files changed
+22
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 |
| |
2 | 11 |
| |
3 | 12 |
| |
| |||
20 | 29 |
| |
21 | 30 |
| |
22 | 31 |
| |
| 32 | + | |
23 | 33 |
| |
24 | 34 |
| |
25 | 35 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
1 | 11 |
| |
2 | 12 |
| |
3 | 13 |
| |
| |||
7 | 17 |
| |
8 | 18 |
| |
9 | 19 |
| |
| 20 | + | |
| 21 | + | |
10 | 22 |
| |
11 | 23 |
| |
12 | 24 |
| |
|
0 commit comments
Comments
(0)