Re: pgsql: Refactor tar method of walmethods.c to rely on the compression m

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: pgsql: Refactor tar method of walmethods.c to rely on the compression m
Дата
Msg-id YdhRDMLjabtXOnhY@msg.df7cb.de
обсуждение исходный текст
Ответы Re: pgsql: Refactor tar method of walmethods.c to rely on the compression m  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Re: Michael Paquier
> Refactor tar method of walmethods.c to rely on the compression method

Hi,

since about this commit, pg_wal.tar is no longer compressed at all:

$ pg_basebackup -D foo --format=tar
$ ls -l foo/
-rw-------  1 cbe cbe   137152  7. Jan 15:37 backup_manifest
-rw-------  1 cbe cbe 23606272  7. Jan 15:37 base.tar
-rw-------  1 cbe cbe 16778752  7. Jan 15:37 pg_wal.tar

$ pg_basebackup -D foogz --format=tar --gzip
$ ls -l foogz
-rw-------  1 cbe cbe   137152  7. Jan 15:37 backup_manifest
-rw-------  1 cbe cbe  3073257  7. Jan 15:37 base.tar.gz
-rw-------  1 cbe cbe 16779264  7. Jan 15:37 pg_wal.tar     <-- should be pg_wal.tar.gz

Christoph



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

Предыдущее
От: Juan José Santamaría Flecha
Дата:
Сообщение: Re: Fix vcregress plpython3 warning
Следующее
От: Joshua Brindle
Дата:
Сообщение: Re: CREATEROLE and role ownership hierarchies