Re: [REVIEW] Re: Compression of full-page-writes

From: Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com>
To: Rahila Syed <rahilasyed(dot)90(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [REVIEW] Re: Compression of full-page-writes
Date: 2014-09-19 15:55:29
Message-ID: CAD21AoBuNZ9FBBZGqr7ZkN8j-oSXgJcuVME=r8hRpvvu=HLOAw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Sep 19, 2014 at 11:05 PM, Rahila Syed <rahilasyed(dot)90(at)gmail(dot)com> wrote:
>
>>Please find attached patch to compress FPW using pglz compression.
> Please refer the updated patch attached. The earlier patch added few
> duplicate lines of code in guc.c file.
>
> compress_fpw_v1.patch
> <http://postgresql.1045698.n5.nabble.com/file/n5819659/compress_fpw_v1.patch>
>
>

I got patching failed to HEAD.
Detail is following.

Hunk #3 FAILED at 142.
1 out of 3 hunks FAILED -- saving rejects to file
src/backend/access/rmgrdesc/xlogdesc.c.rej

Regards,

-------
Sawada Masahiko

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2014-09-19 15:58:40 Re: Final Patch for GROUPING SETS
Previous Message Robert Haas 2014-09-19 15:53:06 Re: RLS Design