Re: Add TLI number to name of files generated by pg_waldump --save-fullpage

Kyotaro Horiguchi <horikyota.ntt@gmail.com>

From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: michael@paquier.xyz
Cc: pgsql-hackers@lists.postgresql.org, masao.fujii@gmail.com, david.christensen@crunchydata.com
Date: 2023-06-27T07:41:00Z
Lists: pgsql-hackers
Of course, it's wrong.

At Tue, 27 Jun 2023 16:39:52 +0900 (JST), Kyotaro Horiguchi <horikyota.ntt@gmail
.com> wrote in 
> I meant that the name is structured as
- TLIh-TLIl.<tablespace>.<database>.<relnumber>.<blk>._<fork>, which
+ LSNh-LSNl.<tablespace>.<database>.<relnumber>.<blk>._<fork>, which

> appears to be inconsistent with the comment. (And I'm not sure what
> "TLOID" is..)
> 
> regards.
> 
> -- 
> Kyotaro Horiguchi
> NTT Open Source Software Center



Commits

  1. Add timeline ID to file names generated with pg_waldump --save-fullpage