Re: pgsql: Add support for LZ4 with compression of full-page writes in WAL

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add support for LZ4 with compression of full-page writes in WAL
Date: 2021-06-29 05:08:08
Message-ID: YNqquAYx0l2QsfTG@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Jun 29, 2021 at 12:40:13AM -0400, Tom Lane wrote:
> Should this not have included a bump of XLOG_PAGE_MAGIC?

It should, thanks! Fixed now.
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-06-29 06:15:42 pgsql: Add index OID macro argument to DECLARE_INDEX
Previous Message Michael Paquier 2021-06-29 05:07:50 pgsql: Bump XLOG_PAGE_MAGIC for format changes related to FPW compressi