Skip to content

Commit 506eede

Browse files
committed
doc: Clarify name of files generated by pg_waldump --save-fullpage
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/ZvxtSLiix9eceMRM@msg.df7cb.de Backpatch-through: 16
1 parent da8a4c1 commit 506eede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/pg_waldump.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ PostgreSQL documentation
284284
</para>
285285
<para>
286286
The full page images are saved with the following file name format:
287-
<literal><replaceable>TIMELINE</replaceable>-<replaceable>LSN</replaceable>.<replaceable>RELTABLESPACE</replaceable>.<replaceable>DATOID</replaceable>.<replaceable>RELNODE</replaceable>.<replaceable>BLKNO</replaceable><replaceable>FORK</replaceable></literal>
287+
<literal><replaceable>TIMELINE</replaceable>-<replaceable>LSN</replaceable>.<replaceable>RELTABLESPACE</replaceable>.<replaceable>DATOID</replaceable>.<replaceable>RELNODE</replaceable>.<replaceable>BLKNO</replaceable>_<replaceable>FORK</replaceable></literal>
288288

289289
The file names are composed of the following parts:
290290
<informaltable>
@@ -335,8 +335,8 @@ PostgreSQL documentation
335335
<entry>FORK</entry>
336336
<entry>
337337
The name of the fork the full page image came from, such as
338-
<literal>_main</literal>, <literal>_fsm</literal>,
339-
<literal>_vm</literal>, or <literal>_init</literal>.
338+
<literal>main</literal>, <literal>fsm</literal>,
339+
<literal>vm</literal>, or <literal>init</literal>.
340340
</entry>
341341
</row>
342342
</tbody>

0 commit comments

Comments
 (0)