blob: 198056fa224985eb94ce4c6e241cc0c505b01df7 (
plain)
1
2
3
4
5
6
7
|
-- Tests for TOAST compression with lz4
SELECT NOT(enumvals @> '{lz4}') AS skip_test FROM pg_settings WHERE
name = 'default_toast_compression' \gset
\if :skip_test
\echo '*** skipping TOAST tests with lz4 (not supported) ***'
*** skipping TOAST tests with lz4 (not supported) ***
\quit
|