Re: Fix of fake unlogged LSN initialization

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Michael Paquier <michael@paquier.xyz>, Simon Riggs <simon@2ndquadrant.com>
Cc: "tsunakawa.takay@fujitsu.com" <tsunakawa.takay@fujitsu.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2019-10-25T06:54:53Z
Lists: pgsql-hackers
On 24/10/2019 15:08, Michael Paquier wrote:
> On Thu, Oct 24, 2019 at 11:57:33AM +0100, Simon Riggs wrote:
>> I wonder why is that value 1000, rather than an aligned value or a whole
>> WAL page?
> 
> Good question.  Heikki, why this choice?

No particular reason, it's just a nice round value in decimal.

- Heikki



Commits

  1. Fix initialization of fake LSN for unlogged relations