Re: Timeline ID hexadecimal format
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Greg Stark <stark@mit.edu>
Cc: Sébastien Lardière <sebastien@lardiere.net>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, pgsql-hackers@postgresql.org
Date: 2023-03-03T16:04:14Z
Lists: pgsql-hackers
On Tue, Jan 31, 2023 at 2:16 PM Greg Stark <stark@mit.edu> wrote: > I don't see any advantage in converting every place where we refer to > timelines into hex and then having to refer to things like timeline > 1A. It doesn't seem any more intuitive to someone understanding what's > going on than referring to timeline 26. The point, though, is that the WAL files we have on disk already say 1A. If we change the log messages to match, that's easier for users. We could alternatively change the naming convention for WAL files on disk, but that feels like a much bigger compatibility break. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
pg_waldump: Allow hexadecimal values for -t/--timeline option
- 4c8044c04455 16.0 landed
-
doc: Additional information about timeline ID hexadecimal format
- 0b51d423e974 16.0 landed