Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit506eede

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 underscorein the names of the files generated, but the docs stuck them togetherwithout a separator, which was confusing.Author: Christoph BergDiscussion:https://postgr.es/m/ZvxtSLiix9eceMRM@msg.df7cb.deBackpatch-through: 16
1 parentda8a4c1 commit506eede

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)

[8]ページ先頭

©2009-2025 Movatter.jp