Re: libpq compression

Поиск
Список
Период
Сортировка
От Konstantin Knizhnik
Тема Re: libpq compression
Дата
Msg-id 612f227d-cb27-9238-5922-1500f8b2eb96@postgrespro.ru
обсуждение исходный текст
Ответ на Re: libpq compression  (Daniil Zakhlystov <usernamedt@yandex-team.ru>)
Ответы Re: libpq compression
Re: libpq compression
Список pgsql-hackers
Based on Andres review I have implemented the following changes in 
libpq_compression:

1. Make it possible to specify list of compression algorithms in 
connection string.
2. Make it possible to specify compression level.
3. Use "_pq_.compression" instead of "compression"  in startup package.
4. Use full names instead of one-character encoding for compression 
algorithm names.

So now it is possible to open connection in this way:

     psql "dbname=postgres compression=zstd:5,zlib"


New version of the patch is attached.

-- 
Konstantin Knizhnik
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Prevent printing "next step instructions" in initdb and pg_upgrade
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Custom compression methods