The fork name is always separated with the block number by an underscore
in the names of the files generated, but the docs stuck them together
without a separator, which was confusing.
Author: Christoph Berg
Discussion: https://postgr.es/m/
[email protected]
Backpatch-through: 16
The full page images are saved with the following file name format:
- TIMELINE-LSN.RELTABLESPACE.DATOID.RELNODE.BLKNOFORK
+ TIMELINE-LSN.RELTABLESPACE.DATOID.RELNODE.BLKNO_FORK
The file names are composed of the following parts:
FORK
The name of the fork the full page image came from, such as
- _main, _fsm,
- _vm, or _init.
+ main, fsm,
+ vm, or init.