Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump)

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump)
Дата
Msg-id ZBBNoNHRu7hFeeyf@msg.df7cb.de
обсуждение исходный текст
Ответ на Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump)  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Ответы Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump)  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Список pgsql-hackers
Re: Tomas Vondra
> and I don't think there's a good place to inject the 'rm' so I ended up
> adding a 'cleanup_cmd' right after 'compress_cmd'. But it seems a bit
> strange / hacky. Maybe there's a better way?

Does the file need to be removed at all? Could we leave it there and
have "make clean" remove it?

Christoph



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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: generic plans and "initial" pruning
Следующее
От: Gilles Darold
Дата:
Сообщение: Re: [Proposal] Allow pg_dump to include all child tables with the root table