pgsql: Add more TAP tests for pg_dump with attribute compression

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add more TAP tests for pg_dump with attribute compression
Дата
Msg-id E1lfvPP-0007qH-Uu@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add more TAP tests for pg_dump with attribute compression

Some relations with LZ4 used as the toast compression methods have been
left around in the main regression test suite to stress pg_upgrade, but
pg_dump, that includes tests much more picky in terms of output
generated, had no actual coverage with this feature.

Similarly to collations, tests only working with LZ4 are tracked with an
additional flag, and this uses TestLib::check_pg_config() to check if
the build supports LZ4 or not.  This stresses more scenarios with
tables, materialized views and pg_dump --no-toast-compression.

Author: Dilip Kumar
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/CAFiTN-twgPmohG7qj1HXhySq16h123y5OowsQR+5h1YeZE9fmQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/63db0ac3f9e6bae313da67f640c95c0045b7f0ee

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 83 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 82 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Fix some gaps with the documentation related to LZ4
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Revert recovery prefetching feature.