Re: Teach pg_receivewal to use lz4 compression

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Georgios Kokolatos <gkokolatos(at)pm(dot)me>, Magnus Hagander <magnus(at)hagander(dot)net>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Teach pg_receivewal to use lz4 compression
Date: 2022-03-18 01:38:54
Message-ID: YjPirrifAr+ZeCgl@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 17, 2022 at 06:12:20AM -0500, Justin Pryzby wrote:
> I think this should use <lz4frame.h>
>
> +#include "lz4frame.h"
>
> commit babbbb595d2322da095a1e6703171b3f1f2815cb
> Author: Michael Paquier <michael(at)paquier(dot)xyz>
> Date: Fri Nov 5 11:33:25 2021 +0900
>
> Add support for LZ4 compression in pg_receivewal

Yes, you are right. A second thing is that should be declared before
the PG headers.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-03-18 02:01:11 Re: pgsql: Add option to use ICU as global locale provider
Previous Message Yugo NAGATA 2022-03-18 01:27:41 Re: Tab completion for ALTER MATERIALIZED VIEW ... SET ACCESS METHOD