forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfd1ac9a
committed
Make compression.sql regression test independent of default.
This test will fail in "make installcheck" if the installation'sdefault_toast_compression setting is not 'pglz'. Make it robustagainst that situation.Dilip KumarDiscussion:https://postgr.es/m/CAFiTN-t0w+Rc2U3S+y=7KWcLuOYNB5MfWeGdNa7+pg0UovVdcQ@mail.gmail.com1 parentef82387 commitfd1ac9a
File tree
3 files changed
+10
-0
lines changed- src/test/regress
- expected
- sql
3 files changed
+10
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + | |
2 | 4 |
| |
3 | 5 |
| |
4 | 6 |
| |
| |||
245 | 247 |
| |
246 | 248 |
| |
247 | 249 |
| |
| 250 | + | |
248 | 251 |
| |
249 | 252 |
| |
250 | 253 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + | |
2 | 4 |
| |
3 | 5 |
| |
4 | 6 |
| |
| |||
241 | 243 |
| |
242 | 244 |
| |
243 | 245 |
| |
| 246 | + | |
244 | 247 |
| |
245 | 248 |
| |
246 | 249 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 |
| |
4 | 7 |
| |
5 | 8 |
| |
| |||
100 | 103 |
| |
101 | 104 |
| |
102 | 105 |
| |
| 106 | + | |
103 | 107 |
| |
104 | 108 |
| |
105 | 109 |
| |
|
0 commit comments
Comments
(0)