pgsql: Make compression.sql regression test independent of default.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make compression.sql regression test independent of default.
Date: 2021-03-21 20:26:54
Message-ID: E1lO4f0-0006CH-K7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make compression.sql regression test independent of default.

This test will fail in "make installcheck" if the installation's
default_toast_compression setting is not 'pglz'. Make it robust
against that situation.

Dilip Kumar

Discussion: https://postgr.es/m/CAFiTN-t0w+Rc2U3S+y=7KWcLuOYNB5MfWeGdNa7+pg0UovVdcQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fd1ac9a548966786cf7978e590be816c55936a50

Modified Files
--------------
src/test/regress/expected/compression.out | 3 +++
src/test/regress/expected/compression_1.out | 3 +++
src/test/regress/sql/compression.sql | 4 ++++
3 files changed, 10 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-03-21 21:20:24 pgsql: Bring configure support for LZ4 up to snuff.
Previous Message Andrew Dunstan 2021-03-21 19:13:12 pgsql: Don't run recover crash_temp_files test in Windows perl