forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit68a6d8a
committed
Fix portability issue in test indirect_toast
When run on a server using default_toast_compression set to LZ4, thistest would fail because of a consistency issue with the order of thetuples treated. LZ4 causes one tuple to be stored inline instead ofgetting externalized. As the goal of this test is to check after datastored externally, stick to pglz as the compression algorithm used, soas all data of this test is stored the way it should.Analyzed-by: Dilip KumarDiscussion:https://postgr.es/m/YLrDWxJgM8WWMoCg@paquier.xyz1 parentbe57f21 commit68a6d8a
File tree
2 files changed
+17
-0
lines changed- src/test/regress
- expected
- sql
2 files changed
+17
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 |
| |
2 | 8 |
| |
3 | 9 |
| |
| |||
149 | 155 |
| |
150 | 156 |
| |
151 | 157 |
| |
| 158 | + |
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
1 | 9 |
| |
2 | 10 |
| |
3 | 11 |
| |
| |||
59 | 67 |
| |
60 | 68 |
| |
61 | 69 |
| |
| 70 | + | |
| 71 | + |
0 commit comments
Comments
(0)