Re: pgsql: Make DROP DATABASE command generate less WAL records.

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Fujii Masao <fujii(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Make DROP DATABASE command generate less WAL records.
Date: 2019-11-22 08:05:39
Message-ID: 20191122080539.GJ42684@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Nov 21, 2019 at 10:03:27PM +0900, Fujii Masao wrote:
> Thanks for pointing out that! Since the format of XLOG_DBASE_DROP WAL
> record was changed, XLOG_PAGE_MAGIC must be bumped. Will do that.

Yep, thanks for fixing.
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-11-22 12:13:23 pgsql: Remove traces of version-0 calling convention in src/tutorial/
Previous Message Tom Lane 2019-11-21 21:22:11 pgsql: Defend against self-referential views in relation_is_updatable()