Re: [HACKERS] Custom compression methods - Mailing list pgsql-hackers

From Konstantin Knizhnik
Subject Re: [HACKERS] Custom compression methods
Date
Msg-id 69f5255d-8bb0-ac40-fd0b-a8d04e6fded8@postgrespro.ru
Whole thread Raw
In response to Re: [HACKERS] Custom compression methods  (Ildus Kurbangaliev <i.kurbangaliev@postgrespro.ru>)
Responses Re: [HACKERS] Custom compression methods
List pgsql-hackers

On 30.03.2018 19:50, Ildus Kurbangaliev wrote:
> On Mon, 26 Mar 2018 20:38:25 +0300
> Ildus Kurbangaliev <i.kurbangaliev@postgrespro.ru> wrote:
>
>> Attached rebased version of the patch. Fixed conflicts in pg_class.h.
>>
> New rebased version due to conflicts in master. Also fixed few errors
> and removed cmdrop method since it couldnt be tested.
>
  I seems to be useful (and not so difficult) to use custom compression 
methods also for WAL compression: replace direct calls of pglz_compress 
in xloginsert.c

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



pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: Re: Add read-only param to set_config(...) / SET that effects (atleast) customized runtime options
Next
From: Alvaro Herrera
Date:
Subject: Re: Postgres stucks in deadlock detection