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

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Rahila Syed <rahilasyed90(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [REVIEW] Re: Compression of full-page-writes
Date: 2014-12-25 13:10:08
Message-ID: CAB7nPqThy0mrTKRV1013ZgNg+DWaTqg+tZ0aOCkvVNQ7ra1OGw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Dec 24, 2014 at 9:03 PM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> Returning only a boolean is fine for me (that's what my first patch
> did), especially if we add at some point hooks for compression and
> decompression calls.
Here is a patch rebased on current HEAD (60838df) for the core feature
with the APIs of pglz using booleans as return values.
--
Michael

Attachment Content-Type Size
20141225_fpw_compression_v10.patch application/x-patch 22.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-12-25 13:16:54 Re: Moving RestoreBlockImage from xlogreader.c to xlogutils.c
Previous Message Michael Paquier 2014-12-25 12:12:54 Re: Moving RestoreBlockImage from xlogreader.c to xlogutils.c