@@ -334,27 +334,6 @@ PostgreSQL documentation
334
334
</listitem>
335
335
</varlistentry>
336
336
337
- <varlistentry>
338
- <term><option>--wal-segsize=<replaceable>size</replaceable></option></term>
339
- <listitem>
340
- <para>
341
- Set the <firstterm>WAL segment size</firstterm>, in megabytes. This
342
- is the size of each individual file in the WAL log. The default size
343
- is 16 megabytes. The value must be a power of 2 between 1 and 1024
344
- (megabytes). This option can only be set during initialization, and
345
- cannot be changed later.
346
- </para>
347
-
348
- <para>
349
- It may be useful to adjust this size to control the granularity of
350
- WAL log shipping or archiving. Also, in databases with a high volume
351
- of WAL, the sheer number of WAL files per directory can become a
352
- performance and management problem. Increasing the WAL file size
353
- will reduce the number of WAL files.
354
- </para>
355
- </listitem>
356
- </varlistentry>
357
-
358
337
<varlistentry>
359
338
<term><option>-X <replaceable class="parameter">directory</replaceable></option></term>
360
339
<term><option>--waldir=<replaceable class="parameter">directory</replaceable></option></term>
@@ -366,6 +345,26 @@ PostgreSQL documentation
366
345
</listitem>
367
346
</varlistentry>
368
347
348
+ <varlistentry>
349
+ <term><option>--wal-segsize=<replaceable>size</replaceable></option></term>
350
+ <listitem>
351
+ <para>
352
+ Set the <firstterm>WAL segment size</firstterm>, in megabytes. This
353
+ is the size of each individual file in the WAL log. The default size
354
+ is 16 megabytes. The value must be a power of 2 between 1 and 1024
355
+ (megabytes). This option can only be set during initialization, and
356
+ cannot be changed later.
357
+ </para>
358
+
359
+ <para>
360
+ It may be useful to adjust this size to control the granularity of
361
+ WAL log shipping or archiving. Also, in databases with a high volume
362
+ of WAL, the sheer number of WAL files per directory can become a
363
+ performance and management problem. Increasing the WAL file size
364
+ will reduce the number of WAL files.
365
+ </para>
366
+ </listitem>
367
+ </varlistentry>
369
368
</variablelist>
370
369
</para>
371
370
0 commit comments