pgsql: Make compression.sql regression test independent of default. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make compression.sql regression test independent of default.
Date
Msg-id E1lO4f0-0006CH-K7@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Don't run recover crash_temp_files test in Windows perl
Next
From: Tom Lane
Date:
Subject: pgsql: Bring configure support for LZ4 up to snuff.