Fix portability issue in test indirect_toast
Michael Paquier <michael@paquier.xyz>
Fix portability issue in test indirect_toast When run on a server using default_toast_compression set to LZ4, this test would fail because of a consistency issue with the order of the tuples treated. LZ4 causes one tuple to be stored inline instead of getting externalized. As the goal of this test is to check after data stored externally, stick to pglz as the compression algorithm used, so as all data of this test is stored the way it should. Analyzed-by: Dilip Kumar Discussion: https://postgr.es/m/YLrDWxJgM8WWMoCg@paquier.xyz
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/indirect_toast.out | modified | +7 −0 |
| src/test/regress/sql/indirect_toast.sql | modified | +10 −0 |
Discussion
- installcheck failure in indirect_toast with default_toast_compression = lz4 5 messages · 2021-06-05 → 2021-06-07