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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
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 04:40:13
Message-ID: 365778.1624941613@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Michael Paquier <michael(at)paquier(dot)xyz> writes:
> Add support for LZ4 with compression of full-page writes in WAL

Should this not have included a bump of XLOG_PAGE_MAGIC?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-06-29 05:07:50 pgsql: Bump XLOG_PAGE_MAGIC for format changes related to FPW compressi
Previous Message Michael Paquier 2021-06-29 03:02:21 pgsql: Fix compilation warning in xloginsert.c